Skip to content

Commit

Permalink
Release 0.10.3. (#415)
Browse files Browse the repository at this point in the history
New

* Added `Deserialize` impl for the `base::net::nostd::Ipv6Addr` and fixed
  the impl for `Ipv4Addr`. ([#413])

Bug fixes

* Fixed an incorrect feature gate that blocks compilation if only `"net"`
  is enabled. ([#412])
* Added (all? most?) missing feature dependencies for all features.
* Fixed `Deserialize` impls for `ParsedName` and `ExtendedError` to compile
  and work without `std`. ([#413])
  • Loading branch information
partim authored Oct 14, 2024
1 parent 42f728f commit 874d44b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.2"
version = "0.10.3"

# This is the mimimal Rust version with minimal dependencies as specified
# below. With latest dependency versions 1.76.0 is currently required.
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## Unreleased next version
## 0.10.3

Breaking Changes
Released 2024-10-14.

New

Expand All @@ -17,10 +17,6 @@ Bug fixes
* Fixed `Deserialize` impls for `ParsedName` and `ExtendedError` to compile
and work without `std`. ([#413])

Unstable features

Other changes

[#412]: https://github.com/NLnetLabs/domain/pull/412
[#413]: https://github.com/NLnetLabs/domain/pull/413

Expand Down

0 comments on commit 874d44b

Please sign in to comment.