From 731df103384efd82bc9bd62aeb98336e26d24836 Mon Sep 17 00:00:00 2001 From: Han Xu Date: Fri, 5 Dec 2025 21:47:53 -0800 Subject: [PATCH] prepare for a new release v0.17.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f220001..7564098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Version 0.17.1 (2025-12-05) + +## New features (non-breaking) + +`ServiceDaemon::new_with_port(port: u16)` allows using a custom port for mainly development / testing purposes. + +## All changes + +* `9088f8b 2025-12-04` feat: use Self on impl return of itself for RRType (#409) (CosminPerRam) +* `91b3e66 2025-12-02` Add a custom port option (#408) (Kaido Kert) +* `3e7a582 2025-11-30` handle empty return from send_dns_outgoing (#407) (keepsimple1) + +Thanks and welcome our new contributor @kaidokert ! + # Version 0.17.0 (2025-11-06) ## Breaking changes diff --git a/Cargo.toml b/Cargo.toml index d3409fa..82cdd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.17.0" +version = "0.17.1" authors = ["keepsimple "] edition = "2018" rust-version = "1.71.0"