Skip to content

Commit

Permalink
Release 0.9.1. (#239)
Browse files Browse the repository at this point in the history
Bug fixes

* Added missing `?Sized` bounds to the octets type for parsing
  `ZoneRecordData` and `UnknownRecordData`. ([#237] by [@hunts])
  • Loading branch information
partim authored Oct 27, 2023
1 parent 2a6076f commit 819bf1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.1-dev"
version = "0.9.1"
rust-version = "1.67.0"
edition = "2021"
authors = ["NLnet Labs <dns-team@nlnetlabs.nl>"]
Expand Down
8 changes: 2 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Change Log

## Unrelease next version
## 0.9.1

Breaking changes

New
Released 2023-10-27.

Bug fixes

* Added missing `?Sized` bounds to the octets type for parsing
`ZoneRecordData` and `UnknownRecordData`. ([#237] by [@hunts])

Other changes

[#237]: https://github.com/NLnetLabs/domain/pull/237
[@hunts]: https://github.com/hunts

Expand Down

0 comments on commit 819bf1b

Please sign in to comment.