Skip to content

Commit

Permalink
bump up version to 0.4.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Jan 20, 2022
1 parent 1e5d47d commit 4a9ef9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.4.0

- Replace `crossbeam-channel` with `flume`.

# Version 0.3.0

- Add "get_metrics" in API.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdns-sd"
version = "0.3.0"
version = "0.4.0"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -16,5 +16,5 @@ default = ["async"]

[dependencies]
flume = { version = "0.10", default-features = false } # channel between threads
log = "0.4.14" # logging
nix = "0.23.0" # socket APIs
log = "0.4.14" # logging
nix = "0.23.1" # socket APIs

0 comments on commit 4a9ef9e

Please sign in to comment.