Skip to content

Commit

Permalink
Small changes to CHANGELOG.md to rerelease and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Jul 4, 2021
1 parent c6ae409 commit 744de2a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 20 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/),
Expand All @@ -15,42 +16,38 @@ 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.
* [#100](https://github.com/miniscruff/changie/issues/100) Batch now supports bumping major, minor, and patch


## 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
1 change: 1 addition & 0 deletions changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -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/),
Expand Down
3 changes: 1 addition & 2 deletions changes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -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
* [#22](https://github.com/miniscruff/changie/issues/22) Remove prefix argument in latest command is now a bool
5 changes: 1 addition & 4 deletions changes/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -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
* [#25](https://github.com/miniscruff/changie/issues/25) Incorrect file permissions on init when creating unreleased directory
4 changes: 1 addition & 3 deletions changes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -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
* [#33](https://github.com/miniscruff/changie/issues/33) Latest command when no releases exist will return v0.0.0 instead of panicking
3 changes: 1 addition & 2 deletions changes/v0.4.1.md
Original file line number Diff line number Diff line change
@@ -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
* [#48](https://github.com/miniscruff/changie/issues/48) Update homepage in releases to changie.dev
1 change: 0 additions & 1 deletion changes/v0.5.0.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

1 comment on commit 744de2a

@vercel
Copy link

@vercel vercel bot commented on 744de2a Jul 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.