-
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 22.8.0
- Loading branch information
1 parent
7d846f9
commit 92f8c0c
Showing
2 changed files
with
19 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,18 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [22.8.0] - 2022-08-11 | ||
|
||
## Changed | ||
* Improve installation chapter [d1d602e4](https://github.com/greenbone/python-gvm/commit/d1d602e4) | ||
* Use furo theme for sphinx based docs for improved navigation [54c0136e](https://github.com/greenbone/python-gvm/commit/54c0136e) | ||
* Use sphinx directly for typehints in API docs [f707efdf](https://github.com/greenbone/python-gvm/commit/f707efdf) | ||
* Update gvmd socket location to /run/gvmd/gvmd.sock [4a0f1706](https://github.com/greenbone/python-gvm/commit/4a0f1706) | ||
* Adjust PR template for using Conventional Commits [6287140d](https://github.com/greenbone/python-gvm/commit/6287140d) | ||
* Update lastest Gmp class to 22.4 [44e85036](https://github.com/greenbone/python-gvm/commit/44e85036) | ||
|
||
## Bug Fixes | ||
* Add missing API docs for GMP 22.4 class (#804) [fb69ec30](https://github.com/greenbone/python-gvm/commit/fb69ec30) | ||
|
||
[22.8.0]: https://github.com/greenbone/python-gvm/compare/v22.7.0...22.8.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__ = "22.7.1.dev1" | ||
__version__ = "22.8.0" |