Skip to content

Commit

Permalink
prepare local-waker release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 18, 2021
1 parent 621deba commit ef18a83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions local-channel/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
## Unreleased - 2021-xx-xx


## 0.1.2 - 2021-04-01
- No significant changes from `0.1.1`.


## 0.1.1 - 2021-03-29
- Move local mpsc channel to it's own crate.
2 changes: 1 addition & 1 deletion local-waker/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx


## 0.1.2 - 2021-04-01
## 0.1.2 - 2021-12-18
- Fix crate metadata.


Expand Down
2 changes: 1 addition & 1 deletion local-waker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "local-waker"
version = "0.1.1"
version = "0.1.2"
description = "A synchronization primitive for thread-local task wakeup"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
Expand Down

0 comments on commit ef18a83

Please sign in to comment.