[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2021-01-01 23:55:31 +01:00
parent 3254740896
commit 9db6aed30b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 22 additions and 4 deletions

View File

@ -1,4 +1,22 @@
- INTERNAL
- migrate to thegeeklab namespace
- BUGFIX
- pin `parsedatetime` to <2.6 to fix tests on Python 2.7
# Changelog
## v0.2.0 (2021-01-01)
### Docs
- add contributing information
### Build
- migrate to poetry
### Others
- replace master by main as default branch
- use renovate preset config
### Breaking Chnaged
- drop Python 2.7 support
- drop Python 3.5 support