From f580975b712835f835a5b46903b091386f0ab391 Mon Sep 17 00:00:00 2001 From: Han Xu Date: Sun, 14 Jan 2024 10:47:46 -0800 Subject: [PATCH] bump up version to 0.10.3 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19d46de..e564d23b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 268dee26..b5317075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.10.2" +version = "0.10.3" authors = ["keepsimple "] edition = "2018" rust-version = "1.61.0" diff --git a/README.md b/README.md index 9f4a288a..47a51d8c 100644 --- a/README.md +++ b/README.md @@ -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