Skip to content

Commit

Permalink
feat(version): bump to 1.0.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 26, 2024
1 parent 526fc81 commit 0e1200a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [1.0.0](https://github.com/olets/git-activity/compare/v1.0.0-beta.1...v1.0.0) (2024-11-26)

Minor bugfixes and edge case handlings, and maintainer-specific "under the hood" features.


# [v1.0.0-beta.1](https://github.com/olets/git-random/compare/initial...v1.0.0-beta.1) (2024-11-25)

Initial public pre-release.
2 changes: 1 addition & 1 deletion git-activity
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ __git_activity_show() {
}

__git_activity_version() {
'builtin' 'printf' "1.0.0-beta.1\\n"
'builtin' 'printf' "1.0.0\\n"
}

main() {
Expand Down

0 comments on commit 0e1200a

Please sign in to comment.