3
3
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4
4
5
5
- [ Changelog] ( #changelog )
6
+ - [[ v0.7.0] - 2021-12-08] ( #v070---2021-12-08 )
7
+ - [ Added] ( #added )
6
8
- [[ v0.6.3] - 2021-08-26] ( #v063---2021-08-26 )
7
9
- [ Fixed] ( #fixed )
8
10
- [[ v0.6.2] - 2021-07-09] ( #v062---2021-07-09 )
22
24
- [ Fix] ( #fix-2 )
23
25
- [ Refactor] ( #refactor-1 )
24
26
- [[ v0.4.0] - 2019/07/10] ( #v040---20190710 )
25
- - [ Added] ( #added )
27
+ - [ Added] ( #added-1 )
26
28
- [ Fixed] ( #fixed-3 )
27
29
- [[ v0.3.1] - 2019/12/16] ( #v031---20191216 )
28
30
- [ Fixed] ( #fixed-4 )
29
31
- [[ v0.3.0] - 2019/11/18] ( #v030---20191118 )
30
- - [ Added] ( #added-1 )
31
- - [[ v0.2.0] - 2019/11/15] ( #v020---20191115 )
32
32
- [ Added] ( #added-2 )
33
+ - [[ v0.2.0] - 2019/11/15] ( #v020---20191115 )
34
+ - [ Added] ( #added-3 )
33
35
- [ Changed] ( #changed )
34
36
- [[ v0.1.2] - 2019/10/14] ( #v012---20191014 )
35
37
- [ Fixed] ( #fixed-5 )
36
38
- [[ v0.1.1] - 2019/10/12] ( #v011---20191012 )
37
39
- [ Fixed] ( #fixed-6 )
38
40
- [[ v0.1.0] - 2019/10/11] ( #v010---20191011 )
39
- - [ Added] ( #added-3 )
41
+ - [ Added] ( #added-4 )
40
42
41
43
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
42
44
<!-- markdownlint-enable -->
@@ -51,6 +53,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
51
53
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
52
54
53
55
<!-- stentor output starts -->
56
+ ## [ v0.7.0] - 2021-12-08
57
+
58
+ ### Added
59
+
60
+ - Drop support for building ` gotagger ` with go 1.15
61
+ now that it is no longer supported.
62
+ [ #20 ] ( https://github.com/sassoftware/gotagger/issues/20 )
63
+ - Add a way to change how ` gotagger ` increments the version
64
+ when there are no new commits,
65
+ but the worktree is dirty.
66
+ For the CLI, use the ` -dirty ` option.
67
+ Go API users, set ` Config.DirtyWorktreeIncrement ` .
68
+ [ #24 ] ( https://github.com/sassoftware/gotagger/issues/24 )
69
+
70
+
71
+ [ v0.7.0 ] : https://github.com/sassoftware/gotagger/compare/v0.6.3...v0.7.0
72
+
73
+
74
+ ----
75
+
76
+
54
77
## [ v0.6.3] - 2021-08-26
55
78
56
79
### Fixed
0 commit comments