mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
release: Release 0.4.0
This commit is contained in:
parent
68c5005522
commit
ce7ccb0db0
2 changed files with 8 additions and 2 deletions
|
|
@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
<a name="0.4.0"></a>
|
||||
## [0.4.0] - 2018-04-14
|
||||
### Features
|
||||
- Add support for Bitbucket :tada:
|
||||
|
||||
<a name="0.3.3"></a>
|
||||
## [0.3.3] - 2018-04-07
|
||||
### Features
|
||||
|
|
@ -75,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|||
- Add MergeCommits and RevertCommits
|
||||
- First implement
|
||||
|
||||
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.3...HEAD
|
||||
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.4.0...HEAD
|
||||
[0.4.0]: https://github.com/git-chglog/git-chglog/compare/0.3.3...0.4.0
|
||||
[0.3.3]: https://github.com/git-chglog/git-chglog/compare/0.3.2...0.3.3
|
||||
[0.3.2]: https://github.com/git-chglog/git-chglog/compare/0.3.1...0.3.2
|
||||
[0.3.1]: https://github.com/git-chglog/git-chglog/compare/0.3.0...0.3.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
|
||||
// Version of git-chglog cli client
|
||||
const Version = "0.3.3"
|
||||
const Version = "0.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue