Skip to content

Commit

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



# [1.0.1](https://github.com/olets/git-activity/compare/v1.0.0...v1.0.1) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion git-activity
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ __git_activity_show() {
}

__git_activity_version() {
'builtin' 'printf' "1.0.1\\n"
'builtin' 'printf' "1.0.2\\n"
}

main() {
Expand Down
2 changes: 1 addition & 1 deletion man/man1/git-activity.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GIT-ACTIVITY" 1 "September 25 2024" "git-activity 1.0.1" "User Commands"
.TH "GIT-ACTIVITY" 1 "September 25 2024" "git-activity 1.0.2" "User Commands"
.SH NAME
git-activity \- Record and show your Git activity across multiple (or all) repos, optionally filtered
.SH SYNOPSIS
Expand Down

0 comments on commit 8499037

Please sign in to comment.