Skip to content

Commit

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


### Features

* **installation:** including shebang if creating file ([3816858](https://github.com/olets/git-activity/commit/3816858b7df60d3ecacb9a02479436dec68d1b56))



# [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.
Expand Down
2 changes: 1 addition & 1 deletion git-activity
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ __git_activity_show() {
}

__git_activity_version() {
'builtin' 'printf' "1.0.0\\n"
'builtin' 'printf' "1.0.1\\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.0" "User Commands"
.TH "GIT-ACTIVITY" 1 "September 25 2024" "git-activity 1.0.1" "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 12cb6bf

Please sign in to comment.