Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 16, 2024
1 parent 7139930 commit 1b7f57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v0.1.0 (2024-09-16)

Initial release.
1 change: 1 addition & 0 deletions cmd/meowlnir/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func initVersion() {
VersionWithCommit = fmt.Sprintf("%s%s.unknown", Version, suffix)
}
} else {
VersionWithCommit = Version
LinkifiedVersion = fmt.Sprintf("[v%s](%s/releases/v%s)", Version, URL, Tag)
}
if BuildTime != "" {
Expand Down

0 comments on commit 1b7f57d

Please sign in to comment.