[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2021-01-03 20:57:13 +01:00
parent 8e93fcdcce
commit 73410fa9cb
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,19 @@
- ENHANCEMENT
- add log levels:
Log levels can be set by cli flags `-vvv` or `-qqq`. The default log level is `ERROR`.
- add warning if repos were skipped in case of not empty destination directories
# Changelog
## v0.4.0 (2021-01-03)
### Docs
- add contributing information
### Others
- migrate to poetry
- replace master by main as default branch
- **docker**: use standalone dockerfiles for multiarch
- **docker**: switch to org.opencontainers image labels
- use renovate preset config
### Breaking Changes
- drop Python 3.5 support