Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@s-hamann s-hamann released this 24 Aug 10:08
· 6 commits to main since this release
79a7686

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 🚀

  • Support setting and modifying the allowed_subnets token attribute by @s-hamann in #39

Fixes 🛠

  • Fix incorrect API attribute name in docs by @s-hamann in #38

New Contributors

Full Changelog: v1.0.0...v1.1.0