File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.0.19] ( https://github.com/orangekame3/stree/compare/v0.0.18...v0.0.19 ) - 2024-07-16
4
+
5
+ - [ feat] : Add user by @orangekame3 in < https://github.com/orangekame3/stree/pull/45 >
6
+ - [ feat] : Add -d option by @orangekame3 in < https://github.com/orangekame3/stree/pull/47 >
7
+ - [ feat] : Add ` -P ` option by @orangekame3 in < https://github.com/orangekame3/stree/pull/48 >
8
+ - [ feat] : add -I option by @orangekame3 in < https://github.com/orangekame3/stree/pull/49 >
9
+
3
10
## [ v0.0.18] ( https://github.com/orangekame3/stree/compare/v0.0.17...v0.0.18 ) - 2024-07-16
4
11
5
12
- [ feat] : Add datetime by @orangekame3 in < https://github.com/orangekame3/stree/pull/43 >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package cmd
25
25
import "fmt"
26
26
27
27
// Version is a version of this application.
28
- const Version = "0.0.18 "
28
+ const Version = "0.0.19 "
29
29
30
30
// SetVersionInfo sets version and date to rootCmd
31
31
func SetVersionInfo (version , date string ) {
You can’t perform that action at this time.
0 commit comments