From 60db6f0c6e2e028e4b37a840333930bebfbb0739 Mon Sep 17 00:00:00 2001 From: keepsimple1 Date: Mon, 16 Dec 2024 22:50:58 -0800 Subject: [PATCH] bump up version to 0.13.1 (#289) --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411ec87..6ca2c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version 0.13.1 (2024-12-16) + +This is a bugfix release. Fixed a bug where upper case service names failed to publish. + +## All changes + +* 71647a1 test: cover upper case in service name (#288) (keepsimple1) +* 6ff9b52 fix: service keys must be lowercase (#286) (Jesper L. Nielsen) + # Version 0.13.0 (2024-12-15) There are no breaking changes in API. Bump the minor version due to the change of rustc version to Rust 1.70.0. diff --git a/Cargo.toml b/Cargo.toml index a9ee23a..f25717a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.13.0" +version = "0.13.1" authors = ["keepsimple "] edition = "2018" rust-version = "1.70.0"