Skip to content

Commit

Permalink
bump up version to 0.10.3 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Jan 14, 2024
1 parent 6cacb17 commit b503309
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 0.10.3 (2024-01-14)

This is a bug fix release.

## Changes

* netmask -> subnet (#164)

Welcome our new contributor @amfaber ! Thanks!

# Version 0.10.2 (2023-12-28)

This is a bug fix release.
Expand All @@ -10,6 +20,8 @@ This is a bug fix release.
* Sanity check for empty service type name (#160)
* Added comment for updating service info by re-registering.

Welcome our new contributor @Raphiiko ! Thanks!

Happy new year 2024!

# Version 0.10.1 (2023-12-2)
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.10.2"
version = "0.10.3"
authors = ["keepsimple <keepsimple@gmail.com>"]
edition = "2018"
rust-version = "1.61.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently this library has the following limitations:

## Minimum Rust version

Tested against Rust 1.60.0
Tested against Rust 1.61.0

## License

Expand Down

0 comments on commit b503309

Please sign in to comment.