Skip to content

Commit

Permalink
Release 0.9.3. (#249)
Browse files Browse the repository at this point in the history
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])
  • Loading branch information
partim authored Dec 28, 2023
1 parent 8d7b689 commit eaa08e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
6 changes: 2 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Change Log

## Unreleased next version
## 0.9.3

Breaking changes

New
Released 2023-12-29.

Bug fixes

Expand Down

0 comments on commit eaa08e7

Please sign in to comment.