[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2020-12-27 15:14:22 +01:00
parent a78300cc3b
commit e546d4e6a2
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 18 additions and 4 deletions

View File

@ -1,4 +1,18 @@
- BREAKING
- Drop Python 3.5 support
- ENHANCEMENT
- Switch to `org.opencontainers` docker image labels
# Changelog
## v0.1.5 (2020-12-26)
### Docs
- add contributing information
### Others
- (docker): use standalone dockerfiles for multiarch
- (docker): switch to `org.opencontainers` image labels
### Breaking Changes
- drop Python 3.5 support
Full set of changes: [`v0.1.4...v0.1.5`](https://github.com/thegeeklab/docker-tidy/compare/v0.1.4...v0.1.5)