Release 0.10.4. (#509)

Other changes

* Fix a build issue with [*time*](https://time-rs.github.io/) 0.3.41.
  ([#505], backported from [#503] by [@PSeitz])
This commit is contained in:
Martin Hoffmann
2025-03-31 16:40:46 +02:00
committed by GitHub
parent 556255bcef
commit b851eeb543
3 changed files with 16 additions and 2 deletions
Generated
+1 -1
View File
@@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "domain"
version = "0.10.3"
version = "0.10.4"
dependencies = [
"arc-swap",
"bytes",
+1 -1
View File
@@ -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.
+14
View File
@@ -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.