diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be4c066..84da8348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -15,7 +16,6 @@ and is generated by [itself](https://github.com/miniscruff/changie). * [#116](https://github.com/miniscruff/changie/issues/116) Kind headers are now optional ## v0.5.0 - 2021-05-10 - ### Added * [#92](https://github.com/miniscruff/changie/issues/92) Option to include a header file when batching fragments into a version file. * [#98](https://github.com/miniscruff/changie/issues/98) Next command that echoes the latest version incremented by one. @@ -23,34 +23,31 @@ and is generated by [itself](https://github.com/miniscruff/changie). ## v0.4.1 - 2021-02-23 - ### Fixed * [#48](https://github.com/miniscruff/changie/issues/48) Add maintainer to deb and rpm releases * [#48](https://github.com/miniscruff/changie/issues/48) Update homepage in releases to changie.dev -## v0.4.0 - 2021-01-01 +## v0.4.0 - 2021-01-01 ### Added * [#34](https://github.com/miniscruff/changie/issues/34) Option to find and replace in files during merge command - ### Fixed * [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking -## v0.3.0 - 2020-12-28 +## v0.3.0 - 2020-12-28 ### Added * [#29](https://github.com/miniscruff/changie/issues/29) Reference to changie in default header template - ### Changed * [#28](https://github.com/miniscruff/changie/issues/28) Custom choices is now an array of Custom instead of a map - ### Fixed * [#25](https://github.com/miniscruff/changie/issues/25) Incorrect file permissions on init when creating unreleased directory -## v0.2.0 - 2020-12-27 +## v0.2.0 - 2020-12-27 ### Changed * [#22](https://github.com/miniscruff/changie/issues/22) Remove prefix argument in latest command is now a bool + ## v0.1.0 - 2020-12-20 Initial release diff --git a/changes/header.tpl.md b/changes/header.tpl.md index 37b6407d..6daadfb0 100644 --- a/changes/header.tpl.md +++ b/changes/header.tpl.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), diff --git a/changes/v0.2.0.md b/changes/v0.2.0.md index fb50da75..65e97705 100644 --- a/changes/v0.2.0.md +++ b/changes/v0.2.0.md @@ -1,4 +1,3 @@ ## v0.2.0 - 2020-12-27 - ### Changed -* [#22](https://github.com/miniscruff/changie/issues/22) Remove prefix argument in latest command is now a bool \ No newline at end of file +* [#22](https://github.com/miniscruff/changie/issues/22) Remove prefix argument in latest command is now a bool diff --git a/changes/v0.3.0.md b/changes/v0.3.0.md index ce5a35b2..2e585d5c 100644 --- a/changes/v0.3.0.md +++ b/changes/v0.3.0.md @@ -1,10 +1,7 @@ ## v0.3.0 - 2020-12-28 - ### Added * [#29](https://github.com/miniscruff/changie/issues/29) Reference to changie in default header template - ### Changed * [#28](https://github.com/miniscruff/changie/issues/28) Custom choices is now an array of Custom instead of a map - ### Fixed -* [#25](https://github.com/miniscruff/changie/issues/25) Incorrect file permissions on init when creating unreleased directory \ No newline at end of file +* [#25](https://github.com/miniscruff/changie/issues/25) Incorrect file permissions on init when creating unreleased directory diff --git a/changes/v0.4.0.md b/changes/v0.4.0.md index cfb2f1f9..bd8bb829 100644 --- a/changes/v0.4.0.md +++ b/changes/v0.4.0.md @@ -1,7 +1,5 @@ ## v0.4.0 - 2021-01-01 - ### Added * [#34](https://github.com/miniscruff/changie/issues/34) Option to find and replace in files during merge command - ### Fixed -* [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking \ No newline at end of file +* [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking diff --git a/changes/v0.4.1.md b/changes/v0.4.1.md index ffec54bf..55d944a8 100644 --- a/changes/v0.4.1.md +++ b/changes/v0.4.1.md @@ -1,5 +1,4 @@ ## v0.4.1 - 2021-02-23 - ### Fixed * [#48](https://github.com/miniscruff/changie/issues/48) Add maintainer to deb and rpm releases -* [#48](https://github.com/miniscruff/changie/issues/48) Update homepage in releases to changie.dev \ No newline at end of file +* [#48](https://github.com/miniscruff/changie/issues/48) Update homepage in releases to changie.dev diff --git a/changes/v0.5.0.md b/changes/v0.5.0.md index 772b8f9a..60395170 100644 --- a/changes/v0.5.0.md +++ b/changes/v0.5.0.md @@ -1,5 +1,4 @@ ## v0.5.0 - 2021-05-10 - ### Added * [#92](https://github.com/miniscruff/changie/issues/92) Option to include a header file when batching fragments into a version file. * [#98](https://github.com/miniscruff/changie/issues/98) Next command that echoes the latest version incremented by one.