Skip to content

Commit

Permalink
Bump version to 0.1.10 and add changelog header
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 4, 2025
1 parent dcd3525 commit d36ef86
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
Expand Up @@ -15,9 +15,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]


## [0.1.10] - 2025-02-04
### Added
- Add `is_closed` and `has_message` to the `Receiver`. Allows polling for the channel
state without modifying the channel or pulling the message from it.
- Make the cargo features show up on docs.rs for better discoverability.


## [0.1.9] - 2025-02-02
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oneshot"
version = "0.1.9"
version = "0.1.10"
authors = ["Linus Färnstrand <faern@faern.net>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit d36ef86

Please sign in to comment.