Skip to content

Commit ef18a83

Browse files
committed
prepare local-waker release 0.1.2
1 parent 621deba commit ef18a83

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

local-channel/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 0.1.2 - 2021-04-01
7+
- No significant changes from `0.1.1`.
8+
9+
610
## 0.1.1 - 2021-03-29
711
- Move local mpsc channel to it's own crate.

local-waker/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased - 2021-xx-xx
44

55

6-
## 0.1.2 - 2021-04-01
6+
## 0.1.2 - 2021-12-18
77
- Fix crate metadata.
88

99

local-waker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "local-waker"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A synchronization primitive for thread-local task wakeup"
55
authors = [
66
"Nikolay Kim <[email protected]>",

0 commit comments

Comments
 (0)