3
3
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4
4
5
5
- [ Changelog] ( #changelog )
6
- - [[ v0.6.2 ] - 2021-07-09 ] ( #v062 ---2021-07-09 )
6
+ - [[ v0.6.3 ] - 2021-08-26 ] ( #v063 ---2021-08-26 )
7
7
- [ Fixed] ( #fixed )
8
+ - [[ v0.6.2] - 2021-07-09] ( #v062---2021-07-09 )
9
+ - [ Fixed] ( #fixed-1 )
8
10
- [ CI] ( #ci )
9
11
- [[ v0.6.1] - 2021-02-16] ( #v061---2021-02-16 )
10
- - [ Fixed] ( #fixed-1 )
12
+ - [ Fixed] ( #fixed-2 )
11
13
- [[ v0.6.0] - 2020/10/12] ( #v060---20201012 )
12
14
- [ Feature] ( #feature )
13
15
- [ Fix] ( #fix )
21
23
- [ Refactor] ( #refactor-1 )
22
24
- [[ v0.4.0] - 2019/07/10] ( #v040---20190710 )
23
25
- [ Added] ( #added )
24
- - [ Fixed] ( #fixed-2 )
25
- - [[ v0.3.1] - 2019/12/16] ( #v031---20191216 )
26
26
- [ Fixed] ( #fixed-3 )
27
+ - [[ v0.3.1] - 2019/12/16] ( #v031---20191216 )
28
+ - [ Fixed] ( #fixed-4 )
27
29
- [[ v0.3.0] - 2019/11/18] ( #v030---20191118 )
28
30
- [ Added] ( #added-1 )
29
31
- [[ v0.2.0] - 2019/11/15] ( #v020---20191115 )
30
32
- [ Added] ( #added-2 )
31
33
- [ Changed] ( #changed )
32
34
- [[ v0.1.2] - 2019/10/14] ( #v012---20191014 )
33
- - [ Fixed] ( #fixed-4 )
34
- - [[ v0.1.1] - 2019/10/12] ( #v011---20191012 )
35
35
- [ Fixed] ( #fixed-5 )
36
+ - [[ v0.1.1] - 2019/10/12] ( #v011---20191012 )
37
+ - [ Fixed] ( #fixed-6 )
36
38
- [[ v0.1.0] - 2019/10/11] ( #v010---20191011 )
37
39
- [ Added] ( #added-3 )
38
40
@@ -49,6 +51,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
49
51
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
50
52
51
53
<!-- 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
+
52
73
## [ v0.6.2] - 2021-07-09
53
74
54
75
### Fixed
0 commit comments