File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,21 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.3.1 ] - 2021-01-05
99### Added
1010- add handling of PROJECT_DEV_VERSION in CMakeLists.txt if set [ #32 ] ( https://github.com/greenbone/pontos/pull/32 )
1111### Changed
1212- set releasename to projectname version [ #25 ] ( https://github.com/greenbone/pontos/pull/25 )
1313- separate signing tar and zipballs from release into a own command ` sign ` [ #33 ] ( https://github.com/greenbone/pontos/pull/33 )
14- ### Deprecated
15- ### Removed
1614### Fixed
1715- project_dev handling was not working when there was a command after the set[ #33 ] ( https://github.com/greenbone/pontos/pull/33 )
1816- use git-signing-key instead of signing-key on commit [ 42] ( https://github.com/greenbone/pontos/pull/42 )
1917- HEAD was not identified in changelog [ 51] ( https://github.com/greenbone/pontos/pull/51 )
2018
21- [ Unreleased ] : https://github.com/greenbone/pontos/compare/v0.3.0...HEAD
22-
19+ [ 0.3.1 ] : https://github.com/greenbone/pontos/compare/v0.3.0...HEAD
2320
2421## [ 0.3.0] - 2020-08-19
2522
Original file line number Diff line number Diff line change 22
33# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44
5- __version__ = "0.4.0.dev1 "
5+ __version__ = "0.3.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pontos"
3- version = " 0.4.0.dev1 "
3+ version = " 0.3.1 "
44description = " Common utilities and tools maintained by Greenbone Networks"
55authors = [" Greenbone Networks GmbH <info@greenbone.net>" ]
66license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments