From 911abee519d1c2a37cf98c6f19c561f2b395afa2 Mon Sep 17 00:00:00 2001 From: Han Xu Date: Sat, 28 Feb 2026 14:35:10 -0800 Subject: [PATCH] bump up version to 0.18.1 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e1321..36d834e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version 0.18.1 (2026-02-28) + +- A bugfix for `disable_interface` with an IPv4 address: clarified that the semantics is to disable IPv4 on the interface identified by the IPv4 address. +- Added new variants for `IfKind` enum: `IndexIPV4(u32)` and `IndexIPV6(u32)`. + +## All changes + +* `7e04122 2026-02-28` fix(test): use all IPv4 interfaces in test_disable_interface_cache (#435) (keepsimple1) + # Version 0.18.0 (2026-02-15) A few new features, documentation enhancements and breaking changes. diff --git a/Cargo.toml b/Cargo.toml index ba690f3..4f54a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.18.0" +version = "0.18.1" authors = ["keepsimple "] edition = "2018" rust-version = "1.71.0"