From eaa08e7f7c4f605eadf5132bc72eef3d9d75fb77 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 28 Dec 2023 16:03:59 +0100 Subject: [PATCH] Release 0.9.3. (#249) Bug fixes * Fixed various issues preventing building in a no-std environment. ([#247] by [@dzamlo], [#248] by [@reitermarkus]) Other changes * The `resolv` feature now depends on `futures_util` instead of `futures`, trimming unused dependencies from the dependency tree. ([#246] by [@WhyNotHugo]) --- Cargo.toml | 2 +- Changelog.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a13f2b82a..e2708ad13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "domain" -version = "0.9.3-dev" +version = "0.9.3" rust-version = "1.67.0" edition = "2021" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index c3c7827b2..0f1d60048 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,8 @@ # Change Log -## Unreleased next version +## 0.9.3 -Breaking changes - -New +Released 2023-12-29. Bug fixes