-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog created for release to 21.10.0
- Loading branch information
1 parent
5c8cef2
commit 489d1f7
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! | ||
|
||
__version__ = "21.6.1.dev1" | ||
__version__ = "21.10.0" |