Releases: rising3/semver-gradle-plugin
Releases · rising3/semver-gradle-plugin
v0.8.2
v0.8.1
v0.8.1 (2022-01-16)
Bug Fixes
- fix: exception handling (bc27016)
- fix: ignore userinfo in remote URL (6fc59bc)
- fix: pinned the initial git branch under test to the master (57556e6)
Documentation
- docs: update changelog (5de3e2e)
Build Improvements
- build: update version (9284275)
Code Refactoring
- refactor: fix access modifier (bee50dc)
v0.8.0
v0.7.1
v0.7.1 (2021-09-14)
Bug Fixes
Documentation
- docs(changelog): update changelog (e308a03)
- docs(readme): update (04f59d7)
- docs: update issue templates (#18) (0e6e850)
- docs(coc): add code of conduct (4fc71a3)
- docs(readme): update how to use dry run (185bb2a)
Build Improvements
- build(gradle): upgrade plugin (6bb50eb)
v0.7.0
v0.7.0 (2021-09-07)
Bug Fixes
- fix: use gradle exception instead of runtime exception (3fbfac1)
Features
Documentation
- docs(changelog): update changelog (9315aa5)
- docs(readme): polish (a969813)
- docs(readme): add how to use dry run (bd24b04)
- docs(changelog): add changelog (dde0d4b)
Build Improvements
Tests
- test: polish (9a9b270)
Other Changes
- Add Gitter badge (6949176)
v0.6.0
v0.6.0 (2021-09-05)
Bug Fixes
Features
- feat: add supported for an automating generate a changelog with the conventional commits (#9) (b3e9d28)
- feat: add supported for an automating versioning with the conventional commits. (#8) (46ba02e)
Documentation
- docs(readme): polish (b1835a6)
Build Improvements
- build(gradle): upgrade plugin (de5fc2c)
CI Improvements
- ci(actions): change workflow name. (6c3061d)
v0.5.0
v0.4.0
New Features
- Changed the default setting to not create git repository.
noGitInit
is Even enable or disable the git init behavior entirely, refer to:
plugin-extension
Bug Fixes
- Use rootDir instead of projectDir
- Improve and minor bug fixes