Releases: caarlos0/svu
Releases · caarlos0/svu
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.0
Changelog
Breaking changes
- 7e01863: feat!: changing flags and usage (#193) (@caarlos0)
- 045a360: feat!: make tag mode all branches by default (@caarlos0)
- 4227b3c: feat!: prepping for v3 (@caarlos0)
- 5d37826: feat!: use cobra (#192) (@caarlos0)
- 0ed8e1a: feat!: use viper, allow .svu.yml (#194) (@caarlos0)
Migrating
- replace
--force-patch-increment
with--always
- replace
--force-patch-increment
with--always
- replace
--tag-mode
with--tag.mode
--tag.mode
values are nowall
orcurrent
- replace
--directory
with--log.directory
- replace
--no-increment-v0
with--v0
--strip-prefix
was removed, as now--prefix
accepts an empty value (e.g.--prefix=''
)- replace
--directory
with--log.directory
(repeatable) - replace
--pattern
with--tag.pattern
- replace
--pre-release
with--prerelease
New Features
- 709357d: feat: added --verbose (@caarlos0)
- 1fdb036: feat: better --version (@caarlos0)
- dacabcd: feat: handle each commit independently (#183) (@caarlos0)
Bug fixes
- 38963cf: fix: build (@caarlos0)
- 224c85d: fix: logic (@caarlos0)
- 3233695: fix: rename (@caarlos0)
- c440ccf: fix: write version to stdout (@caarlos0)
Documentation updates
- de07c95: docs: bg (@caarlos0)
- 81ae982: docs: fix typo (#175) (@machecazzon)
- 1d222ea: docs: update (@caarlos0)
- f7ec6e0: docs: update (@caarlos0)
- b7d03c9: docs: update (@caarlos0)
Other work
- a35376e: ci: auto-merge dependabot (@caarlos0)
- 212896f: ci: release workflow (@caarlos0)
- 2799a8b: ci: update release workflow (@caarlos0)
- 7e01863: feat!: changing flags and usage (#193) (@caarlos0)
- 045a360: feat!: make tag mode all branches by default (@caarlos0)
- 4227b3c: feat!: prepping for v3 (@caarlos0)
- 5d37826: feat!: use cobra (#192) (@caarlos0)
- 0ed8e1a: feat!: use viper, allow .svu.yml (#194) (@caarlos0)
- 6a5f609: refactor: improve usage, docs on pkg (@caarlos0)
Released with GoReleaser Pro!
v2.2.0
v2.1.1
Changelog
Bug fixes
- 6862035: fix: normalise path separators on Windows to fix sub-package tags (#165) (@doug-fitzmaurice-rowden)
Released with GoReleaser Pro!
v2.1.0
Changelog
New Features
- 680777b: feat: try to infer sub-package tag (#161) (@aymanbagabas)
Bug fixes
- 3af7242: fix: pre-release flag only worked on the pr command (#160) (@djgilcrease)
Other work
Released with GoReleaser Pro!
v2.0.1
This is just to prevent gomod caching issues when using it as a library.
It is otherwise the same as v2.0.0, I had to recreate that tag due to a CI misconfiguration.
Changelog
New Features
- b58abe1: feat: update kingpin to latest v2 (@caarlos0)
- f9df0ac: feat: update semver to v3 (@caarlos0)
- adf3c2a: feat: use go 1.22 (@caarlos0)
Bug fixes
Other work
- 7cf187a: feat!: gate v0 increment prevention (@caarlos0)
- 710f53a: feat!: prepare for v2 release (@caarlos0)
Released with GoReleaser Pro!