Skip to content

Commit

Permalink
automatic release to 0.0.1a3
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Nov 6, 2020
1 parent 5cd590b commit ff719f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.1a3] - 2020-11-06
### Added
- XMLParser (pheme/parser/xml.py) [#5](https://github.com/greenbone/pheme/pull/5)
- transformation for [gvmd] scan results to host grouped template data [#5](https://github.com/greenbone/pheme/pull/5)
Expand Down Expand Up @@ -58,13 +58,7 @@ curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST' -H 'Accept: text/csv'
```
- `pheme-create-parameter-json` to create `parameter.json` based on a directory ( `pheme-create-parameter-json $SOURCE_PATH > $TARGET_PATH/parameter.json` )
- possibility to have user specific changes [98](https://github.com/greenbone/pheme/pull/98)
### Changed
### Deprecated
### Removed
### Fixed

[Unreleased]: https://github.com/greenbone/pheme/compare/v0.0.1a2...HEAD

[0.0.1a3]: https://github.com/greenbone/pheme/compare/v0.0.1a2...HEAD

## [0.0.1a2] - 2020-08-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion pheme/version/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "0.0.1.dev2"
__version__ = "0.0.1a3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pheme"
version = "0.0.1.dev2"
version = "0.0.1a3"
authors = ["Greenbone Networks GmbH <[email protected]>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
Expand Down

0 comments on commit ff719f3

Please sign in to comment.