Skip to content

Commit

Permalink
Bump version to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 10, 2024
1 parent 1b84e3a commit 9cdb484
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).

All notes should be prepended with the location of the change, e.g. `(proto)` or `(resolver)`.

## 0.24.2

- Upgrade to idna 1 due to RUSTSEC-2024-0421 (#2664)

## 0.24.1

- Break when socket is unexpectedly shut down #2171 by dlon
Expand Down Expand Up @@ -55,7 +59,7 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
### Fixed

- (resolver) Malformed label: -- when parsing resolv.conf #1985 by Jake-Shadle
- (proto) Fix truncation for UDP #1975 by nmittler
- (proto) Fix truncation for UDP #1975 by nmittler
- (proto) avoid panicking in parse_time() #1964 by djc
- (server) Merge up deny response in requests to server #1954 by djc
- (proto) remove duplicate is_soa function #1948 by mattsse
Expand Down
20 changes: 10 additions & 10 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
Expand Up @@ -15,7 +15,7 @@ members = [
exclude = ["fuzz"]

[workspace.package]
version = "0.24.1"
version = "0.24.2"
authors = ["The contributors to Hickory DNS"]
edition = "2021"
rust-version = "1.71.1"
Expand Down

0 comments on commit 9cdb484

Please sign in to comment.