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

96 lines
1.7 KiB
Markdown

# 0.11.1 / 2023-11-29
* Fix: Need to read the changelog after editing to get new version
# 0.11.0 / 2023-11-12
* New Features
* Add support for pre-commit-commands
* Add support for project-specific configs
* Improvements
* Modernize code, update deps, fix linter errors
* Bugfixes
* Fix: Remove whitespace from old log
# 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
# 0.9.0 / 2018-09-26
* Add logic to ignore commit messages
# 0.8.0 / 2018-07-03
* Update vendored libraries
* refactor code, follow linter advices
# 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
# 0.7.0 / 2017-05-31
* Add integration tests
* Match only semver tags when searching for last version
# 0.6.0 / 2017-05-08
* Allow to disable tag signing
# 0.5.5 / 2017-04-19
* Fix README
* Add Github publishing
# 0.5.4 / 2016-10-08
* Fix: Use text/template, not html/template
# 0.5.3 / 2016-07-21
* fix wrong bump when patch and minor are included
# 0.5.2 / 2016-07-14
* prevent running runtime checks in tests
* add metadata
# 0.5.1 / 2016-07-14
* vendor dependencies
# 0.5.0 / 2016-07-14
* make commit message configurable
# 0.4.0 / 2016-07-14
* change wording for release commit
# 0.3.0 / 2016-07-14
* add README and LICENSE
# 0.2.1 / 2016-07-14
* fix collecting newlines at the bottom
# 0.2.0 / 2016-07-14
* move code to multiple files; add tests
# 0.1.0 / 2016-07-14
* add the initial version