Skip to content

Commit cd120fa

Browse files
committed
automatic release to 0.3.1
1 parent 0869155 commit cd120fa

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pontos/version/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "0.4.0.dev1"
5+
__version__ = "0.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pontos"
3-
version = "0.4.0.dev1"
3+
version = "0.3.1"
44
description = "Common utilities and tools maintained by Greenbone Networks"
55
authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)