From 3c6388237f371213e06081ec39db4d13fa21e4a1 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 10 Oct 2024 15:15:54 +0200 Subject: [PATCH] Prepare for release 0.10.2. (#410) --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 9 +++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68542dae3..8c0d8c514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "domain" -version = "0.10.1" +version = "0.10.2" dependencies = [ "arc-swap", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5c3e53979..12f53a368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domain" -version = "0.10.1" +version = "0.10.2" # 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 e252b9fd3..18ddb1319 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Change Log -## Unreleased next version +## 0.10.2 -Breaking changes +Released 2024-10-10. New @@ -109,10 +109,6 @@ Unstable features * Zone walking now includes glue records. A new flag `at_zone_cut` was added to the callback interface. ([#401]) -Other changes - -* None. - [#309]: https://github.com/NLnetLabs/domain/pull/309 [#328]: https://github.com/NLnetLabs/domain/pull/328 [#333]: https://github.com/NLnetLabs/domain/pull/333 @@ -151,6 +147,7 @@ Other changes [#407]: https://github.com/NLnetLabs/domain/pull/407 [@dklbreitling]: https://github.com/dklbreitling + ## 0.10.1 Release 2024-06-03.