[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2021-01-03 14:25:28 +01:00
parent 7a8fc41cac
commit ea7ba55416
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 21 additions and 6 deletions

View File

@ -1,6 +1,21 @@
- INTERNAL
- migrate to thegeeklab namespace
- add markdown linting to CI (markdownlint-cli)
- add spellchecking to CI (spellcheck-cli)
- add broken link check to CI (broken-link-checker)
- upgrade CI pipeline to use Hugo v0.74.3
# Changelog
## v0.2.0 (2021-01-03)
### Docs
- add contributing information
### Build
- migrate to poetry
### Others
- use renovate preset config
- replace master by main as default branch
### Breaking Changes
- drop Python 2.7 support
- drop Python 3.5 support