Skip to content

Commit d46b6b8

Browse files
authored
Merge pull request #46 from orangekame3/tagpr-from-v0.0.18
Release for v0.0.19
2 parents 0800552 + 7bb0200 commit d46b6b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [v0.0.18](https://github.com/orangekame3/stree/compare/v0.0.17...v0.0.18) - 2024-07-16
411

512
- [feat]: Add datetime by @orangekame3 in <https://github.com/orangekame3/stree/pull/43>

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package cmd
2525
import "fmt"
2626

2727
// Version is a version of this application.
28-
const Version = "0.0.18"
28+
const Version = "0.0.19"
2929

3030
// SetVersionInfo sets version and date to rootCmd
3131
func SetVersionInfo(version, date string) {

0 commit comments

Comments
 (0)