Releases: greenbone/pontos
Releases · greenbone/pontos
pontos 21.6.3
Compare
Sorry, something went wrong.
No results found
21.6.3 - 2021-06-13
Added
The autohooks Terminal to pontos, to have prettier console output. #127
pontos 21.6.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
21.6.1 - 2021-06-09
Fixed
pontos 21.6.0
Compare
Sorry, something went wrong.
No results found
21.6.0 - 2021-06-08
Added
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
21.3.0 - 2021-03-31
Changed
Update dependencies to allow to use tomlkit >= 0.5.11 #73
pontos 21.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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