Releases: knope-dev/knope
Releases · knope-dev/knope
0.7.4
0.7.4
Features
- Allow more changelog sections via
extra_changelog_sections
config or the default Changelog-Note
commit footer. (#450)
0.7.3
0.7.3
Features
- Remove any potential panics (#429)
Fixes
0.7.2
0.7.2
Fixes
- Avoid GLIBC issues by skipping gnu builds (#407)
0.7.1
Fixes
- Fix building from source / cargo install by upgrading to gix. (#383)
0.7.0
0.7.0
Breaking Changes
- Handling of pre-release versions has been reworked to handle many more edge cases, which results in more correct (but different) behavior.
Fixes
- Check all relevant pre-release versions, not just the latest [#334, #346]. Thanks @Shadow53!
0.6.3
0.6.3
Fixes
- determining latest versions from tags (#323)
0.6.2
0.6.2
Features
- Allow running default workflows (those that would be created by
--generate
) with no knope.toml
file. (#286)
0.6.1
0.6.1
Features
- Support PEP621 in
pyproject.toml
. (#274)
0.6.0
0.6.0
Breaking Changes
PrepareRelease
now git add
s all modified files. (#267)
Fixes
- Remote parsing in
--generate
(#268)
0.5.1
0.5.1
Fixes
- Do not error on
--validate
or --dry-run
when no release will be created for PrepareRelease
. (#265)