Skip to content

Releases: knope-dev/knope

0.7.4

01 Jun 00:03
9b6317d
Compare
Choose a tag to compare

0.7.4

Features

  • Allow more changelog sections via extra_changelog_sections config or the default Changelog-Note commit footer. (#450)

0.7.3

24 May 23:51
f0aab24
Compare
Choose a tag to compare

0.7.3

Features

  • Remove any potential panics (#429)

Fixes

0.7.2

18 Mar 00:31
43b7537
Compare
Choose a tag to compare

0.7.2

Fixes

  • Avoid GLIBC issues by skipping gnu builds (#407)

0.7.1

01 Mar 22:32
Compare
Choose a tag to compare

Fixes

  • Fix building from source / cargo install by upgrading to gix. (#383)

0.7.0

16 Jan 20:22
2904c5d
Compare
Choose a tag to compare

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

17 Nov 04:43
1b8ffb8
Compare
Choose a tag to compare

0.6.3

Fixes

  • determining latest versions from tags (#323)

0.6.2

25 Sep 18:59
dfa9f45
Compare
Choose a tag to compare

0.6.2

Features

  • Allow running default workflows (those that would be created by--generate) with no knope.toml file. (#286)

0.6.1

13 Sep 00:52
c6fa0ff
Compare
Choose a tag to compare

0.6.1

Features

  • Support PEP621 in pyproject.toml. (#274)

0.6.0

10 Sep 19:28
f744bf1
Compare
Choose a tag to compare

0.6.0

Breaking Changes

  • PrepareRelease now git adds all modified files. (#267)

Fixes

  • Remote parsing in --generate (#268)

0.5.1

05 Sep 22:50
a865726
Compare
Choose a tag to compare

0.5.1

Fixes

  • Do not error on --validate or --dry-run when no release will be created for PrepareRelease. (#265)