Skip to content

Commit 1e2d3bb

Browse files
committed
chore: merge in v0.7.0 tag
This is to correctly update the version of gotagger on the main branch.
2 parents 73b64a6 + 5f85610 commit 1e2d3bb

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

.stentor.d/20.feat.drop-go-115.md

-2
This file was deleted.

.stentor.d/24.feat.add-dirty-option.md

-5
This file was deleted.

CHANGELOG.md

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

55
- [Changelog](#changelog)
6+
- [[v0.7.0] - 2021-12-08](#v070---2021-12-08)
7+
- [Added](#added)
68
- [[v0.6.3] - 2021-08-26](#v063---2021-08-26)
79
- [Fixed](#fixed)
810
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
@@ -22,21 +24,21 @@
2224
- [Fix](#fix-2)
2325
- [Refactor](#refactor-1)
2426
- [[v0.4.0] - 2019/07/10](#v040---20190710)
25-
- [Added](#added)
27+
- [Added](#added-1)
2628
- [Fixed](#fixed-3)
2729
- [[v0.3.1] - 2019/12/16](#v031---20191216)
2830
- [Fixed](#fixed-4)
2931
- [[v0.3.0] - 2019/11/18](#v030---20191118)
30-
- [Added](#added-1)
31-
- [[v0.2.0] - 2019/11/15](#v020---20191115)
3232
- [Added](#added-2)
33+
- [[v0.2.0] - 2019/11/15](#v020---20191115)
34+
- [Added](#added-3)
3335
- [Changed](#changed)
3436
- [[v0.1.2] - 2019/10/14](#v012---20191014)
3537
- [Fixed](#fixed-5)
3638
- [[v0.1.1] - 2019/10/12](#v011---20191012)
3739
- [Fixed](#fixed-6)
3840
- [[v0.1.0] - 2019/10/11](#v010---20191011)
39-
- [Added](#added-3)
41+
- [Added](#added-4)
4042

4143
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4244
<!-- markdownlint-enable -->
@@ -51,6 +53,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5153
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5254

5355
<!-- 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+
5477
## [v0.6.3] - 2021-08-26
5578

5679
### Fixed

tools/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rW
149149
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs=
150150
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs=
151151
github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0=
152+
github.com/GeertJohan/go.rice v1.0.0 h1:KkI6O9uMaQU3VEKaj01ulavtF7o1fWT7+pk/4voiMLQ=
152153
github.com/GeertJohan/go.rice v1.0.0/go.mod h1:eH6gbSOAUv07dQuZVnBmoDP8mgsM1rtixis4Tib9if0=
153154
github.com/GoogleCloudPlatform/cloudsql-proxy v1.22.0/go.mod h1:mAm5O/zik2RFmcpigNjg6nMotDL8ZXJaxKzgGVcSMFA=
154155
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
@@ -307,6 +308,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.1 h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKY
307308
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
308309
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
309310
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
311+
github.com/daaku/go.zipexe v1.0.0 h1:VSOgZtH418pH9L16hC/JrgSNJbbAL26pj7lmD1+CGdY=
310312
github.com/daaku/go.zipexe v1.0.0/go.mod h1:z8IiR6TsVLEYKwXAoE/I+8ys/sDkgTzSL0CLnGVd57E=
311313
github.com/daixiang0/gci v0.2.9 h1:iwJvwQpBZmMg31w+QQ6jsyZ54KEATn6/nfARbBNW294=
312314
github.com/daixiang0/gci v0.2.9/go.mod h1:+4dZ7TISfSmqfAGv59ePaHfNzgGtIkHAhhdKggP1JAc=

0 commit comments

Comments
 (0)