Skip to content

Commit cb95655

Browse files
authored
Merge pull request #40 from orangekame3/tagpr-from-v0.0.15
Release for v0.0.16
2 parents 0507681 + c6220ec commit cb95655

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.16](https://github.com/orangekame3/stree/compare/v0.0.15...v0.0.16) - 2024-07-16
4+
- Add output option by @orangekame3 in https://github.com/orangekame3/stree/pull/39
5+
36
## [v0.0.15](https://github.com/orangekame3/stree/compare/v0.0.14...v0.0.15) - 2024-07-08
47

58
- [bug]: Fix `-f` option by @orangekame3 in <https://github.com/orangekame3/stree/pull/37>

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.15"
28+
const Version = "0.0.16"
2929

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

0 commit comments

Comments
 (0)