From f8bd5c503534b955ed45c71b8aa1b10ed1cb35f1 Mon Sep 17 00:00:00 2001 From: Rea Sand Date: Mon, 29 Mar 2021 16:48:04 +0200 Subject: [PATCH] chore: Upgrade to v1.5.3 --- CHANGELOG.md | 7 ++++++- cmd/git-team/main.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb563fc..76c681e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/cmd/git-team/main.go b/cmd/git-team/main.go index fc4e1fa..fede5f3 100644 --- a/cmd/git-team/main.go +++ b/cmd/git-team/main.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "1.5.2" + version = "1.5.3" authorName = "Rea Sand" authorEmail = "hekmek@posteo.de" )