Skip to content

Commit a99c1c3

Browse files
Release for v0.0.14 (#36)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13545ce commit a99c1c3

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.14](https://github.com/orangekame3/stree/compare/v0.0.13...v0.0.14) - 2024-07-07
4+
- [chore]: Fix version by @orangekame3 in https://github.com/orangekame3/stree/pull/35
5+
36
## [v0.0.13](https://github.com/orangekame3/stree/compare/v0.0.12...v0.0.13) - 2024-07-07
47
- [feat]: add `-f` option for print full path by @orangekame3 in https://github.com/orangekame3/stree/pull/34
58

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

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

0 commit comments

Comments
 (0)