Skip to content

Commit

Permalink
bump up version to 0.5.8 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Oct 15, 2022
1 parent 77dd813 commit 80fde60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.5.8

- call check_service_name before sending the cmd to the daemon. (#60)
- Changed dependency on 'log' crate to be optional (#64)
- configure mDNS daemon thread a name (#66)
- log an error if socket read returns 0 and reset the socket (#67)

# Version 0.5.7

- Allow service names with trailing '.' (#56)
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.7"
version = "0.5.8"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 80fde60

Please sign in to comment.