1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 14:14:20 +00:00
git-changerelease/History.md

81 lines
1.4 KiB
Markdown
Raw Normal View History

2020-08-07 14:31:04 +00:00
# 0.10.0 / 2020-08-07
* Reference changelog file in git repo root
* Docs: Replace broken project status
* Lint: Cleanup code a little
* Lint: Replace error concat with wrapping
* Deps: Move to go modules
2018-09-26 08:55:45 +00:00
# 0.9.0 / 2018-09-26
* Add logic to ignore commit messages
2018-07-03 07:57:54 +00:00
# 0.8.0 / 2018-07-03
* Update vendored libraries
* refactor code, follow linter advices
2018-07-02 14:56:49 +00:00
# 0.7.1 / 2018-07-02
* Update vendored libraries
* Switch to dep for vendoring
* Update reporunner image
* Remove GoBuilder file
* Update meta files
* Execute integration tests in CI
2017-05-31 12:52:05 +00:00
# 0.7.0 / 2017-05-31
* Add integration tests
* Match only semver tags when searching for last version
2017-05-08 10:28:03 +00:00
# 0.6.0 / 2017-05-08
* Allow to disable tag signing
2017-04-19 14:45:26 +00:00
# 0.5.5 / 2017-04-19
* Fix README
* Add Github publishing
2016-10-08 21:25:43 +00:00
# 0.5.4 / 2016-10-08
* Fix: Use text/template, not html/template
2016-07-21 15:52:48 +00:00
# 0.5.3 / 2016-07-21
* fix wrong bump when patch and minor are included
2016-07-14 12:47:10 +00:00
# 0.5.2 / 2016-07-14
* prevent running runtime checks in tests
* add metadata
2016-07-14 12:29:39 +00:00
# 0.5.1 / 2016-07-14
* vendor dependencies
2016-07-14 12:22:44 +00:00
# 0.5.0 / 2016-07-14
* make commit message configurable
2016-07-14 12:05:58 +00:00
# 0.4.0 / 2016-07-14
* change wording for release commit
2016-07-14 12:03:44 +00:00
# 0.3.0 / 2016-07-14
* add README and LICENSE
2016-07-14 11:46:10 +00:00
# 0.2.1 / 2016-07-14
* fix collecting newlines at the bottom
2016-07-14 11:45:07 +00:00
# 0.2.0 / 2016-07-14
* move code to multiple files; add tests
2016-07-14 10:57:19 +00:00
# 0.1.0 / 2016-07-14
2020-08-07 14:31:04 +00:00
* add the initial version