Skip to content

Releases: greenbone/pontos

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

pontos 21.2.0

08 Feb 09:53
v21.2.0
00e678b
Compare
Choose a tag to compare

21.2.0 - 2021-02-08

Added

  • New command called pontos-update-header to update years in copyright headers #58
  • Tests for pontos-update-header added. #59#60

Changed

  • Renamed pontos-copyright to pontos-update-header. This tool now adds copyright header to files, if missing. #59
  • Change versioning to Calendar Versioning#61

pontos 0.3.1

05 Jan 09:31
v0.3.1
cd120fa
Compare
Choose a tag to compare

0.3.1 - 2021-01-05

Added

  • add handling of PROJECT_DEV_VERSION in CMakeLists.txt if set #32

Changed

  • set releasename to projectname version #25
  • separate signing tar and zipballs from release into a own command sign #33

Fixed

  • project_dev handling was not working when there was a command after the set#33
  • use git-signing-key instead of signing-key on commit 42
  • HEAD was not identified in changelog 51

pontos 0.3.0

19 Aug 14:29
v0.3.0
Compare
Choose a tag to compare

0.3.0 - 2020-08-19

Added

  • Add possibility to update the version within a cmake project.
  • Add possibility to execute version script via poetry run version
  • Add CHANGELOG.md handling (updating unreleased, get unreleased information)
  • Add release command to make a release
  • Add prepare release command

Changed

  • __main__ checks if there is CMakeLists.txt or pyproject.toml in path.
    Based on that it decide which version command it will execute.

pontos 0.2.0

14 Apr 10:57
2c73105
Compare
Choose a tag to compare

0.2.0 - 2020-04-14

Changed

  • Specify the path to the version file in the pyproject.toml and not in a
    derived VersionCommand anymore. This will allow to use pontos version as
    a development dependency only #2

pontos 0.1.0

09 Apr 13:26
f909db1
Compare
Choose a tag to compare

Initial release