Skip to content

Commit

Permalink
bump up version to 0.13.1 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Dec 17, 2024
1 parent 71647a1 commit 60db6f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 60db6f0

Please sign in to comment.