2020-12-28 17:20:32 +00:00
|
|
|
# Changelog
|
|
|
|
|
2020-12-31 12:12:11 +00:00
|
|
|
## v0.4.0 (2020-12-31)
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
- handle command module argv syntax, fixes [#47](https://github.com/thegeeklab/ansible-later/issues/47)
|
2020-12-28 17:20:32 +00:00
|
|
|
|
|
|
|
### Docs
|
|
|
|
|
|
|
|
- add contributing information
|
|
|
|
|
|
|
|
### Others
|
|
|
|
|
|
|
|
- **devel**: cleanup dev-dependencies
|
2020-12-31 12:12:11 +00:00
|
|
|
- replace master by main as default branch
|
2020-12-28 17:20:32 +00:00
|
|
|
- **docker**: switch to org.opencontainers image labels
|
|
|
|
- **docker**: use standalone dockerfiles for multiarch
|
|
|
|
- use renovate preset config
|
|
|
|
|
2020-12-31 12:12:11 +00:00
|
|
|
### Breaking Chnaged
|
2020-12-28 17:20:32 +00:00
|
|
|
|
2020-12-31 12:12:11 +00:00
|
|
|
- make ansible and ansible-base an optional extra dependency ([#53](https://github.com/thegeeklab/ansible-later/pull/53))
|
2020-12-28 17:20:32 +00:00
|
|
|
- drop Python 3.5 support
|