Skip to content

Commit

Permalink
Changelog created for release to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Nov 7, 2022
1 parent 66ebe4e commit 8a768bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autohooks/__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__ = "22.8.2.dev1"
__version__ = "22.11.0"
19 changes: 19 additions & 0 deletions changelog/v22.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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

## [22.11.0] - 2022-11-07

## Added
* Add py.typed file (PEP 561) to support finding types [986d55b](https://github.com/greenbone/autohooks/commit/986d55b)
* Add documentation link to python package meto information [1a70dd1](https://github.com/greenbone/autohooks/commit/1a70dd1)

## Changed
* Format workflows, update actions and support Python 3.11 (#399) [66ebe4e](https://github.com/greenbone/autohooks/commit/66ebe4e)
* Format workflows, update actions and support Python 3.11 [376d795](https://github.com/greenbone/autohooks/commit/376d795)

## Bug Fixes
* Change pre-commit shebang line when using poetry (#381) [e851c7d](https://github.com/greenbone/autohooks/commit/e851c7d)
* Fix an issue where is_split_env method is not runable on windows platform (#380) [8de747e](https://github.com/greenbone/autohooks/commit/8de747e)

[22.11.0]: https://github.com/greenbone/autohooks/compare/v22.8.1...22.11.0

0 comments on commit 8a768bd

Please sign in to comment.