Skip to content

Commit

Permalink
bump up version to 0.10.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Nov 28, 2023
1 parent f1f174f commit b73fe20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 0.10.0 (2023-11-28)

## Breaking changes

* `ServiceDaemon::shutdown()` return type changed from `Result<()>` to `Result<Receiver<DaemonStatus>>` (#149)

## Other changes

* Related to the breaking change, a client can receive `DaemonStatus` to be sure the daemon is shutdown.
* A new enum `DaemonStatus` and a new API `ServiceDaemon::status()` are introduced.
* Updated CI in GitHub Actions: replace `actions-rs` with `dtolnay/rust-toolchain`.

# Version 0.9.3

This is a bugfix release.
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.9.3"
version = "0.10.0"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
rust-version = "1.60.0"
Expand Down

0 comments on commit b73fe20

Please sign in to comment.