update CHANGELOG and bump version
Some checks failed
ci/woodpecker/push/tests Pipeline failed

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
This commit is contained in:
Ivan Schaller 2023-02-22 21:05:25 +01:00
parent 0f9e718e30
commit 3d51869663
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
2 changed files with 190 additions and 174 deletions

View file

@ -9,6 +9,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Add support for more sites
## [2.3.1] - 2023-02-XX
### Added
- Added TypedDicts for type checkers and type annotation
### Fixed
- Fixed some typos in the README
### Changed
- Switched from pylint/pylama/isort/autoflake to ruff
- Switched from mypy to pyright and added strict type checking
- Updated the api template
## [2.3.0] - 2023-02-15
### Added

View file

@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.3.1"