Skip to content

Commit 60db6f0

Browse files
authored
bump up version to 0.13.1 (#289)
1 parent 71647a1 commit 60db6f0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# Version 0.13.0 (2024-12-15)
211

312
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdns-sd"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["keepsimple <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.70.0"

0 commit comments

Comments
 (0)