Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 16, 2026

🤖 New release

  • zone-update: 0.10.1 -> 0.11.0 (⚠ API breaking changes)

zone-update breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum RecordType in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:128

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant RecordType::MX 5 -> 4 in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:133
  variant RecordType::NS 7 -> 5 in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:134
  variant RecordType::PTR 8 -> 6 in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:135
  variant RecordType::SRV 9 -> 7 in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:136
  variant RecordType::TXT 12 -> 8 in /tmp/.tmpNSsIb9/zone-update/src/lib.rs:137

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/enum_variant_missing.ron

Failed in:
  variant RecordType::HINFO, previously in file /tmp/.tmpxmZUwf/zone-update/src/lib.rs:125
  variant RecordType::NAPTR, previously in file /tmp/.tmpxmZUwf/zone-update/src/lib.rs:127
  variant RecordType::SPF, previously in file /tmp/.tmpxmZUwf/zone-update/src/lib.rs:131
  variant RecordType::SSHFP, previously in file /tmp/.tmpxmZUwf/zone-update/src/lib.rs:132
Changelog

0.11.0 - 2026-01-16

Other

  • Add async impl and update docs.
  • Add sync version of bunny provider.
  • Update the DNS record types and make non-exhaustive.
  • Add note about Godaddy API restrictions.
  • Minor cleanups.


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.10.2 chore: release v0.11.0 Jan 16, 2026
@github-actions github-actions bot force-pushed the release-plz-2026-01-16T02-16-43Z branch from ea7703b to 170958a Compare January 16, 2026 06:12
@tarka tarka merged commit 10226b1 into main Jan 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant