From f77c5fefd7134d95e5e9db3d70b5e95cce001b2c Mon Sep 17 00:00:00 2001 From: Han Xu Date: Tue, 10 Mar 2026 22:29:21 -0700 Subject: [PATCH] bump up version to 0.18.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d834e..bc55942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Verison 0.18.2 (2026-03-10) + +- A bugfix: refresh of address records didn't work when hostname is not lowercase. + +## All changes + +* `ec1e733 2026-03-11` fix: Refresh of A and AAAA records (#441) (hrzlgnm) + # 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. diff --git a/Cargo.toml b/Cargo.toml index 4f54a6a..95c80bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.18.1" +version = "0.18.2" authors = ["keepsimple "] edition = "2018" rust-version = "1.71.0"