Skip to content

Commit aba3f46

Browse files
Release mdns version 0.5.2
1 parent baa2675 commit aba3f46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mdns/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Unreleased
44

5+
## v0.5.2
6+
57
* Change log level for packet reception [#366](https://github.com/webrtc-rs/webrtc/pull/366).
8+
9+
## v0.5.1
10+
611
* Increased minimum support rust version to `1.60.0`.
712
* Increased required `webrtc-util` version to `0.7.0`.
813

mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-mdns"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of mDNS"

0 commit comments

Comments
 (0)