Skip to content

Commit

Permalink
bump up version to 0.11.5 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Sep 28, 2024
1 parent 2829d8e commit d5e9d9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.11.5 (2024-09-28)

This is a bugfix release.

## All changes

* 2829d8e tests: fix remove addr test (#258) (keepsimple1)
* 4f58e2f dns_parser: check against potential name compression loop (#257) (keepsimple1)

# Version 0.11.4 (2024-09-10)

Bugfixes. Added checks for corrupted RR data to prevent unnecessary panics. Thanks for new
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdns-sd"
version = "0.11.4"
version = "0.11.5"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
rust-version = "1.63.0"
Expand Down

0 comments on commit d5e9d9c

Please sign in to comment.