Skip to content

Commit 1a0c0af

Browse files
committed
release: v0.6.3
1 parent c002e67 commit 1a0c0af

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

.stentor.d/17-fix-major-versioning.md

-6
This file was deleted.

CHANGELOG.md

+27-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44

55
- [Changelog](#changelog)
6-
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
6+
- [[v0.6.3] - 2021-08-26](#v063---2021-08-26)
77
- [Fixed](#fixed)
8+
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
9+
- [Fixed](#fixed-1)
810
- [CI](#ci)
911
- [[v0.6.1] - 2021-02-16](#v061---2021-02-16)
10-
- [Fixed](#fixed-1)
12+
- [Fixed](#fixed-2)
1113
- [[v0.6.0] - 2020/10/12](#v060---20201012)
1214
- [Feature](#feature)
1315
- [Fix](#fix)
@@ -21,18 +23,18 @@
2123
- [Refactor](#refactor-1)
2224
- [[v0.4.0] - 2019/07/10](#v040---20190710)
2325
- [Added](#added)
24-
- [Fixed](#fixed-2)
25-
- [[v0.3.1] - 2019/12/16](#v031---20191216)
2626
- [Fixed](#fixed-3)
27+
- [[v0.3.1] - 2019/12/16](#v031---20191216)
28+
- [Fixed](#fixed-4)
2729
- [[v0.3.0] - 2019/11/18](#v030---20191118)
2830
- [Added](#added-1)
2931
- [[v0.2.0] - 2019/11/15](#v020---20191115)
3032
- [Added](#added-2)
3133
- [Changed](#changed)
3234
- [[v0.1.2] - 2019/10/14](#v012---20191014)
33-
- [Fixed](#fixed-4)
34-
- [[v0.1.1] - 2019/10/12](#v011---20191012)
3535
- [Fixed](#fixed-5)
36+
- [[v0.1.1] - 2019/10/12](#v011---20191012)
37+
- [Fixed](#fixed-6)
3638
- [[v0.1.0] - 2019/10/11](#v010---20191011)
3739
- [Added](#added-3)
3840

@@ -49,6 +51,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4951
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5052

5153
<!-- stentor output starts -->
54+
## [v0.6.3] - 2021-08-26
55+
56+
### Fixed
57+
58+
- Fixed a bug where `gotagger` calculated the wrong major version for go modules.
59+
60+
When finding the latest tag for a go module,
61+
`gotagger` was only considering tags that matched the major version of the module.
62+
This caused `gotagger` to essentially always calculate the version as `v1.0.0`.
63+
The filtering was changed to only filter out tags whose major version are greater than the module version.
64+
[#17](https://github.com/sassoftware/gotagger/issues/17)
65+
66+
67+
[v0.6.3]: https://github.com/sassoftware/gotagger/compare/v0.6.2...v0.6.3
68+
69+
70+
----
71+
72+
5273
## [v0.6.2] - 2021-07-09
5374

5475
### Fixed

0 commit comments

Comments
 (0)