Skip to content

Releases: greenbone/pontos

pontos 21.6.9

24 Jun 08:36
Compare
Choose a tag to compare

21.6.9 - 2021-06-24

Added

  • Sign all tarballs and zip files from the released assets too #139

Changed

  • Improve generated git commit messages for and after a release #138
  • Signature files now have the filename <project>-<release-version>.<postfix>.asc #139

pontos 21.6.7

23 Jun 11:56
Compare
Choose a tag to compare

21.6.7 - 2021-06-23

Added

  • Add header templates for .xsl files #136

Fixed

  • Correctly check if dev version is set in get_current_version(). #137

pontos 21.6.5

23 Jun 10:08
Compare
Choose a tag to compare

21.6.5 - 2021-06-23

Added

  • Added some output to version helper. #134

Changed

  • pontos-release checks now if there is a unreleased section in the CHANGELOG.md for the given release version, instead of using everything that is unreleased. If it doesn't find the version, it will look for a general unreleased section (like before). #133
  • Improve setting dev-version after release. #135

Fixed

  • Fix dev-version check in CMakeLists.txt. #135
  • The replacement of the unreleased section in the CHANGELOG.md. #133
    • e.g. it is able to handle ## [2.1.3] (unreleased) now and will convert it correctly to ## [2.1.3] - 22.06.2020

pontos 21.6.4

22 Jun 06:47
Compare
Choose a tag to compare

21.6.4 - 2021-06-22

Added

  • pontos-release prepare can be used with --patch, to create a release with the next patch version. #131

pontos 21.6.3

13 Jun 10:58
Compare
Choose a tag to compare

21.6.3 - 2021-06-13

Added

  • The autohooks Terminal to pontos, to have prettier console output. #127

pontos 21.6.2

11 Jun 07:59
Compare
Choose a tag to compare

21.6.2 - 2021-06-11

Changed

  • pontos-release will only sign, if key is available. If no key is given, pontos tries to lookup the key in the config.

Fixed

  • Fixed commiting when no key is available. #118
  • Fixed releasing with pontos. A push after clearing the CHANGELOG was missing. #110

pontos 21.6.1

09 Jun 10:50
v21.6.1
1197d74
Compare
Choose a tag to compare

21.6.1 - 2021-06-09

Fixed

  • Fix the previous release

pontos 21.6.0

08 Jun 06:25
8a65fe2
Compare
Choose a tag to compare

21.6.0 - 2021-06-08

Added

  • Template for header #85

Changed

  • For pontos-release the --release-version argument is not required anymore. You can choose between --release-version and --calendar now. #104
    • --calendar will automatically look up the next calendar release version number
    • --release-version can still be used for setting the release version number manually
    • --next-version is not required anymore, it will be set by calculating the next dev version, if not manually set.
  • The new Changelog and setting the next version is now done after the release within pontos-release release #104
  • The parameter --project in pontos-release, it not required anymore and by default resolved by get_project_name() #105

pontos 21.4.0

20 Apr 07:27
v21.4.0
d161977
Compare
Choose a tag to compare

21.4.0 - 2021-04-20

Changed

  • Refactored release module and changed the arguments of release, prepare and
    sign commands #80

pontos 21.3.0

31 Mar 06:41
v21.3.0
f15939e
Compare
Choose a tag to compare

21.3.0 - 2021-03-31

Changed

  • Update dependencies to allow to use tomlkit >= 0.5.11 #73