Skip to content

Commit

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

* Removed the `Sized` bound for octets types used by the `tsig` module.
  ([#241] by [@torin-carey])
* Added an impl for `AsRef<Message<[u8]>>` for any message. ([#242] by
  [@torin-carey])

Bug fixes

* Fixed in scanning absolute domain names from a zonefile that resulted
  in illegal wire data being produced. ([#240] by [@xofyarg)]
  • Loading branch information
partim authored Nov 16, 2023
1 parent f3dd13b commit df7e20c
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.2-dev"
version = "0.9.2"
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,8 +1,8 @@
# Change Log

## Unreleased next version
## 0.9.2

Breaking changes
Released 2023-11-16.

New

Expand All @@ -16,8 +16,6 @@ Bug fixes
* Fixed in scanning absolute domain names from a zonefile that resulted
in illegal wire data being produced. ([#240] by [@xofyarg)]

Other changes

[#240]: https://github.com/NLnetLabs/domain/pull/240
[#241]: https://github.com/NLnetLabs/domain/pull/241
[#242]: https://github.com/NLnetLabs/domain/pull/242
Expand Down

0 comments on commit df7e20c

Please sign in to comment.