Skip to content

Commit

Permalink
Release 0.5.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Jun 18, 2022
1 parent 7d94326 commit fb4fd39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.5.2

- Add support for Windows platform.

# Version 0.5.1

- Fix missing info in the license files.
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.5.1"
version = "0.5.2"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
This is a small implementation of mDNS (Multicast DNS) based service discovery in safe Rust, with a small set of dependencies. Some highlights:

- supports both the client (querier) and the server (responder) uses.
- supports macOS, Linux and Windows.
- works with both sync and async code.
- no dependency on any async runtimes.

Expand All @@ -28,7 +29,6 @@ This is still beta software. We focus on the common use cases at hand. And we te
Currently this library has the following limitations:
- Only support IPv4, not IPv6.
- Only support multicast, no unicast send/recv.
- Only tested on Linux and MacOS, not on Windows or other OSes.

## Minimum Rust version

Expand Down

0 comments on commit fb4fd39

Please sign in to comment.