Skip to content

Commit 0841528

Browse files
committed
release: gotagger v0.9.1
1 parent 2310af1 commit 0841528

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

.stentor.d/211.fix.minimum-version.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@
33
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44

55
- [Changelog](#changelog)
6+
- [[v0.9.1] - 2023-09-16](#v091---2023-09-16)
7+
- [Fixed](#fixed)
68
- [[v0.9.0] - 2022-07-20](#v090---2022-07-20)
79
- [Removed](#removed)
810
- [Added](#added)
9-
- [Fixed](#fixed)
11+
- [Fixed](#fixed-1)
1012
- [Chores](#chores)
1113
- [CI](#ci)
1214
- [[v0.8.0] - 2022-03-11](#v080---2022-03-11)
1315
- [Added](#added-1)
1416
- [[v0.7.0] - 2021-12-08](#v070---2021-12-08)
1517
- [Added](#added-2)
1618
- [[v0.6.3] - 2021-08-26](#v063---2021-08-26)
17-
- [Fixed](#fixed-1)
18-
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
1919
- [Fixed](#fixed-2)
20+
- [[v0.6.2] - 2021-07-09](#v062---2021-07-09)
21+
- [Fixed](#fixed-3)
2022
- [CI](#ci-1)
2123
- [[v0.6.1] - 2021-02-16](#v061---2021-02-16)
22-
- [Fixed](#fixed-3)
24+
- [Fixed](#fixed-4)
2325
- [[v0.6.0] - 2020/10/12](#v060---20201012)
2426
- [Feature](#feature)
2527
- [Fix](#fix)
@@ -33,18 +35,18 @@
3335
- [Refactor](#refactor-1)
3436
- [[v0.4.0] - 2019/07/10](#v040---20190710)
3537
- [Added](#added-3)
36-
- [Fixed](#fixed-4)
37-
- [[v0.3.1] - 2019/12/16](#v031---20191216)
3838
- [Fixed](#fixed-5)
39+
- [[v0.3.1] - 2019/12/16](#v031---20191216)
40+
- [Fixed](#fixed-6)
3941
- [[v0.3.0] - 2019/11/18](#v030---20191118)
4042
- [Added](#added-4)
4143
- [[v0.2.0] - 2019/11/15](#v020---20191115)
4244
- [Added](#added-5)
4345
- [Changed](#changed)
4446
- [[v0.1.2] - 2019/10/14](#v012---20191014)
45-
- [Fixed](#fixed-6)
46-
- [[v0.1.1] - 2019/10/12](#v011---20191012)
4747
- [Fixed](#fixed-7)
48+
- [[v0.1.1] - 2019/10/12](#v011---20191012)
49+
- [Fixed](#fixed-8)
4850
- [[v0.1.0] - 2019/10/11](#v010---20191011)
4951
- [Added](#added-6)
5052

@@ -61,6 +63,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6163
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6264

6365
<!-- stentor output starts -->
66+
## [v0.9.1] - 2023-09-16
67+
68+
### Fixed
69+
70+
- `gotagger` now returns a minimum version based on the Go module version.
71+
72+
For instance,
73+
if you bump a module from v1 to v2,
74+
`gotagger` will begin reporting the version as `v2.0.0`.
75+
[#211](https://github.com/sassoftware/gotagger/issues/211)
76+
77+
78+
[v0.9.1]: https://github.com/sassoftware/gotagger/compare/v0.9.0...v0.9.1
79+
80+
81+
----
82+
83+
6484
## [v0.9.0] - 2022-07-20
6585

6686
### Removed

0 commit comments

Comments
 (0)