mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: update changelog for v0.15.2
This commit is contained in:
parent
4f3ff62db6
commit
36320619c5
1 changed files with 15 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -2,6 +2,18 @@
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
<a name="v0.15.2"></a>
|
||||||
|
## [v0.15.2] - 2023-01-22
|
||||||
|
### Bug Fixes
|
||||||
|
- typo in readme ([#196](https://github.com/git-chglog/git-chglog/issues/196))
|
||||||
|
- **deps:** update module gopkg.in/yaml.v2 to v3 ([#221](https://github.com/git-chglog/git-chglog/issues/221))
|
||||||
|
|
||||||
|
### Chores
|
||||||
|
- update Go install instructions ([#205](https://github.com/git-chglog/git-chglog/issues/205))
|
||||||
|
- bump golang to 1.19 ([#218](https://github.com/git-chglog/git-chglog/issues/218))
|
||||||
|
- **deps:** update all non-major dependencies ([#220](https://github.com/git-chglog/git-chglog/issues/220))
|
||||||
|
|
||||||
|
|
||||||
<a name="v0.15.1"></a>
|
<a name="v0.15.1"></a>
|
||||||
## [v0.15.1] - 2021-12-14
|
## [v0.15.1] - 2021-12-14
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
@ -11,6 +23,7 @@
|
||||||
- **deps:** update module github.com/alecaivazis/survey/v2 to v2.2.15 ([#163](https://github.com/git-chglog/git-chglog/issues/163))
|
- **deps:** update module github.com/alecaivazis/survey/v2 to v2.2.15 ([#163](https://github.com/git-chglog/git-chglog/issues/163))
|
||||||
|
|
||||||
### Chores
|
### Chores
|
||||||
|
- update changelog for v0.15.1
|
||||||
- ignore .vscode
|
- ignore .vscode
|
||||||
- **deps:** update all non-major dependencies docker tags ([#168](https://github.com/git-chglog/git-chglog/issues/168))
|
- **deps:** update all non-major dependencies docker tags ([#168](https://github.com/git-chglog/git-chglog/issues/168))
|
||||||
|
|
||||||
|
|
@ -398,7 +411,8 @@
|
||||||
- First implement
|
- First implement
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.15.1...HEAD
|
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.15.2...HEAD
|
||||||
|
[v0.15.2]: https://github.com/git-chglog/git-chglog/compare/v0.15.1...v0.15.2
|
||||||
[v0.15.1]: https://github.com/git-chglog/git-chglog/compare/v0.15.0...v0.15.1
|
[v0.15.1]: https://github.com/git-chglog/git-chglog/compare/v0.15.0...v0.15.1
|
||||||
[v0.15.0]: https://github.com/git-chglog/git-chglog/compare/v0.14.2...v0.15.0
|
[v0.15.0]: https://github.com/git-chglog/git-chglog/compare/v0.14.2...v0.15.0
|
||||||
[v0.14.2]: https://github.com/git-chglog/git-chglog/compare/v0.14.1...v0.14.2
|
[v0.14.2]: https://github.com/git-chglog/git-chglog/compare/v0.14.1...v0.14.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue