From 2be7b3f669de8b7d4b1bcd0b7a9dbbeb74cde226 Mon Sep 17 00:00:00 2001 From: keepsimple1 Date: Sun, 13 Feb 2022 18:32:49 -0800 Subject: [PATCH] bump up version to 0.4.3 (#17) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3654ce..6d76505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.3 + +- Fix a bug in stop-browse + # Version 0.4.2 - New feature: support meta-query `_services._dns-sd._udp` per RFC 6763. diff --git a/Cargo.toml b/Cargo.toml index 55c11df..ff5485f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdns-sd" -version = "0.4.2" +version = "0.4.3" authors = ["keepsimple "] edition = "2018" license = "Apache-2.0 OR MIT"