diff --git a/Cargo.lock b/Cargo.lock index ef60d2fd..4d01451d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "domain" -version = "0.10.3" +version = "0.10.4" dependencies = [ "arc-swap", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 499ce94e..cb65fbb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domain" -version = "0.10.3" +version = "0.10.4" # This is the mimimal Rust version with minimal dependencies as specified # below. With latest dependency versions 1.76.0 is currently required. diff --git a/Changelog.md b/Changelog.md index ee5fc250..60d3845f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # Change Log +## 0.10.4 + +Released 2025-03-31. + +Other changes + +* Fix a build issue with [*time*](https://time-rs.github.io/) 0.3.41. + ([#505], backported from [#503] by [@PSeitz]) + +[#503]: https://github.com/NLnetLabs/domain/pull/503 +[#505]: https://github.com/NLnetLabs/domain/pull/505 +[@PSeitz]: https://github.com/PSeitz + + ## 0.10.3 Released 2024-10-14.