Skip to content

Commit

Permalink
chore: Upgrade to v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmekk committed Mar 29, 2021
1 parent 7040ce8 commit f8bd5c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.3] - 2021-03-29
### Fixed
- Include `go.sum` file in order to hopefully resolve [an issue on osx during installation](https://github.com/hekmekk/homebrew-git-team/issues/1).

## [1.5.2] - 2020-11-10
### Fixed
- Parameters are being passed to existing git hooks.
Expand Down Expand Up @@ -134,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Append co-authors to a `git commit` message by means of a commit message template file

[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.5.2...HEAD
[Unreleased]: https://github.com/hekmekk/git-team/compare/v1.5.3...HEAD
[1.5.2]: https://github.com/hekmekk/git-team/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/hekmekk/git-team/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/hekmekk/git-team/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/hekmekk/git-team/compare/v1.4.1...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion cmd/git-team/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
version = "1.5.2"
version = "1.5.3"
authorName = "Rea Sand"
authorEmail = "hekmek@posteo.de"
)
Expand Down

0 comments on commit f8bd5c5

Please sign in to comment.