Skip to content

Releases: greenbone/pontos

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