File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 6.3 .0] - 2022-03-10
8+ ## [ 6.4 .0] - 2022-03-10
99### Changed
1010* If two annotated tags point to the same commit ` git-semver ` will now select the one that
1111 was created last. E.g.
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020 Previously the behavior was undefined. Thanks [ @igor-petrik-invitae ] ( https://github.com/igor-petrik-invitae )
2121 for the issue report!
2222
23+ ## [ 6.3.0] - 2022-05-20
24+ ### Added
25+ * ` git-semver ` can now be installed with Homebrew
26+
27+ $ brew install mdomke/git-semver/git-semver
28+
2329## [ 6.2.0] - 2022-03-10
2430### Added
2531* Also build binaries for Windows
@@ -100,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100106
101107
102108[ 1 ] : https://semver.org/#spec-item-11
109+ [ 6.4.0 ] : https://github.com/mdomke/git-semver/compare/v6.3.0...v6.4.0
103110[ 6.3.0 ] : https://github.com/mdomke/git-semver/compare/v6.2.0...v6.3.0
104111[ 6.2.0 ] : https://github.com/mdomke/git-semver/compare/v6.1.1...v6.2.0
105112[ 6.1.1 ] : https://github.com/mdomke/git-semver/compare/v6.1.0...v6.1.1
You can’t perform that action at this time.
0 commit comments