[skip ci]: update changelog

This commit is contained in:
Robert Kaussow 2020-12-31 13:12:11 +01:00
parent e078b93ac5
commit 8011a88cdd
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,10 @@
# Changelog
## Unreleased (2020-12-28)
## v0.4.0 (2020-12-31)
### Fixes
- handle command module argv syntax, fixes [#47](https://github.com/thegeeklab/ansible-later/issues/47)
### Docs
@ -9,13 +13,12 @@
### Others
- **devel**: cleanup dev-dependencies
- replace master by main as default branch
- **docker**: switch to org.opencontainers image labels
- **docker**: use standalone dockerfiles for multiarch
- use renovate preset config
### Breaking Changes
### Breaking Chnaged
- make ansible and ansible-base an optional extra dependency
- make ansible and ansible-base an optional extra dependency ([#53](https://github.com/thegeeklab/ansible-later/pull/53))
- drop Python 3.5 support
Full set of changes: [`v0.3.11...v0.4.0`](https://github.com/thegeeklab/ansible-later/compare/v0.3.11...HEAD)