Skip to content

Commit

Permalink
Changelog created for release to 21.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Oct 12, 2021
1 parent 5c8cef2 commit 489d1f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog/v21.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

## [21.10.0] - 2021-10-12

## Added
* ng the missing changelog.toml file for [557ac8d](https://github.com/greenbone/python-gvm/commit/557ac8d)
* Adding the `types` attribute back to the `Gmp` classes [#568] [d04aea4](https://github.com/greenbone/python-gvm/commit/d04aea4)
* ng the Gmp.types attribute back to the Class [aa1dbcd](https://github.com/greenbone/python-gvm/commit/aa1dbcd)
* ntry about the change ot the PEP 517 build backend implementation [d362b38](https://github.com/greenbone/python-gvm/commit/d362b38)
* ncoding to open calls in tests [e22f171](https://github.com/greenbone/python-gvm/commit/e22f171)
* hangelog entry [2dff7fe](https://github.com/greenbone/python-gvm/commit/2dff7fe)

## Changed
* Removing all `get_entity_type_from_string()` methods and replace them by `EntityType.from_string()` classmethods [#573] [b6dec3d](https://github.com/greenbone/python-gvm/commit/b6dec3d)
* Use encoding for open and read_text [f758bd3](https://github.com/greenbone/python-gvm/commit/f758bd3)

## Bug Fixes
* ome typos in protocol gmpv208 [edba56b](https://github.com/greenbone/python-gvm/commit/edba56b)
* ng pylint by disable [71d7b55](https://github.com/greenbone/python-gvm/commit/71d7b55)

[21.10.0]: https://github.com/greenbone/python-gvm/compare/21.6.1.dev1...21.10.0
2 changes: 1 addition & 1 deletion gvm/__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__ = "21.6.1.dev1"
__version__ = "21.10.0"

0 comments on commit 489d1f7

Please sign in to comment.