Releases: greenbone/pontos
Releases · greenbone/pontos
pontos 21.6.4
22 Jun 06:47
Compare
Sorry, something went wrong.
No results found
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
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
11 Jun 07:59
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
09 Jun 10:50
Compare
Sorry, something went wrong.
No results found
pontos 21.6.0
08 Jun 06:25
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
20 Apr 07:27
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
31 Mar 06:41
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
08 Feb 09:53
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
05 Jan 09:31
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
19 Aug 14:29
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.