Skip to content

Commit 0c152ea

Browse files
committedFeb 21, 2021
release wasm-rs-async-executor 0.9.0
1 parent 33ce42e commit 0c152ea

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - ReleaseDate
44

5+
## [0.9.0] - 2021-02-21
6+
57
### Changed
68

79
- `single_threaded::block_on` returns `R` instead of `Option<R>` now
@@ -116,7 +118,8 @@ The snapshot of 0.4.0's code was published incorrectly, thus yanked. 0.4.1 repla
116118
Initial release
117119

118120
<!-- next-url -->
119-
[Unreleased]: https://github.com/wasm-rs/async-executor/compare/v0.8.1...HEAD
121+
[Unreleased]: https://github.com/wasm-rs/async-executor/compare/v0.9.0...HEAD
122+
[0.9.0]: https://github.com/wasm-rs/async-executor/compare/v0.8.1...v0.9.0
120123
[0.8.1]: https://github.com/wasm-rs/async-executor/compare/v0.8.0...v0.8.1
121124
[0.8.0]: https://github.com/wasm-rs/async-executor/compare/v0.7.0...v0.8.0
122125
[0.7.0]: https://github.com/wasm-rs/async-executor/compare/v0.6.1...v0.7.0

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-rs-async-executor"
3-
version = "0.8.2-dev"
3+
version = "0.9.0"
44
authors = ["Yurii Rashkovskii <yrashk@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Include this dependency in your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
wasm-rs-async-executor = "0.8.1"
16+
wasm-rs-async-executor = "0.9.0"
1717
```
1818

1919
`wasm-rs-async-executor` is expected to work on stable Rust, 1.49.0 and higher up. It *may* also

0 commit comments

Comments
 (0)
Please sign in to comment.