Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = [".", "./macros"]

[workspace.package]
version = "0.11.1"
version = "0.12.0"
edition = "2021"
authors = ["NLnet Labs <dns-team@nlnetlabs.nl>"]
homepage = "https://nlnetlabs.nl/projects/domain/"
Expand All @@ -30,7 +30,7 @@ documentation = "https://docs.rs/domain"
readme = "README.md"

[dependencies]
domain-macros = { path = "./macros", version = "=0.11.1" }
domain-macros = { path = "./macros", version = "=0.12.0" }

# TODO: This _should_ be optional, but it is used by some record-type-specific
# zonefile scanning code that is not gated behind a feature flag.
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased next version
## 0.12.0

Released 2026-04-23.

Breaking changes

Expand Down Expand Up @@ -98,6 +100,7 @@ Other changes
[#551]: https://github.com/NLnetLabs/domain/pull/551
[#569]: https://github.com/NLnetLabs/domain/pull/569
[#570]: https://github.com/NLnetLabs/domain/pull/570
[#575]: https://github.com/NLnetLabs/domain/pull/575
[#576]: https://github.com/NLnetLabs/domain/pull/576
[#593]: https://github.com/NLnetLabs/domain/pull/593
[#594]: https://github.com/NLnetLabs/domain/pull/594
Expand Down
Loading