We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71647a1 commit 60db6f0Copy full SHA for 60db6f0
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Version 0.13.1 (2024-12-16)
2
+
3
+This is a bugfix release. Fixed a bug where upper case service names failed to publish.
4
5
+## All changes
6
7
+* 71647a1 test: cover upper case in service name (#288) (keepsimple1)
8
+* 6ff9b52 fix: service keys must be lowercase (#286) (Jesper L. Nielsen)
9
10
# Version 0.13.0 (2024-12-15)
11
12
There are no breaking changes in API. Bump the minor version due to the change of rustc version to Rust 1.70.0.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdns-sd"
-version = "0.13.0"
+version = "0.13.1"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
rust-version = "1.70.0"
0 commit comments