Skip to content

Commit

Permalink
chore: update changelog with 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jan 13, 2021
1 parent 49ffb2b commit d1eed18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.4.0 (2021-01-13)


### Bug Fixes

* **changelog**: include first release (tag) to history ([f37a1f1d](https://github.com/zbindenren/cc/commit/f37a1f1d))
* **changelog**: issue link URL in github markdown ([4df9cbb8](https://github.com/zbindenren/cc/commit/4df9cbb8))
> Before this fix, the issue link pointed incorrectly to `https://github.com/org/project/issues/#<issueNR>`.
> Now the URL points to `https://github.com/org/project/issues/<issueNR>`
> (without '#').

### New Features

* **changelog**: add `-num` option ([638ea456](https://github.com/zbindenren/cc/commit/638ea456))
> With this option, it is possible to limit the number of releases (tags)
> that are included in history output.


## 0.3.1 (2021-01-12)


Expand Down

0 comments on commit d1eed18

Please sign in to comment.