Releases: s-hamann/desec-dns
Releases · s-hamann/desec-dns
1.1.0
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
1.0.0
Changes
- First versioned release
Note: Starting with this release, there is a package available on PyPI. Please use the package rather installing the script directly.
New Contributors
- @davidmehren made their first contribution in #1
- @Brueggus made their first contribution in #3
- @patrickfl made their first contribution in #6
- @NiklasBeierl made their first contribution in #9
Full Changelog: https://github.com/s-hamann/desec-dns/commits/v1.0.0