What's Changed
Breaking Changes ⚠️
- Fix domain positional argument being eaten by previous arguments by @franzs in #36
This changes they way multiple values are passed, e.g. multiple records for a new record set. The respective option needs to be repeated now, e.g.desec add-record -t A -s www -r 192.0.2.1 -r 192.0.2.2 example.com
New Features 🚀
Fixes 🛠
New Contributors
Full Changelog: v1.0.0...v1.1.0