Skip to content

Commit d747bcd

Browse files
authored
v1.8.0
Signed-off-by: John Nunley <[email protected]>
1 parent fa117de commit d747bcd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.8.0
2+
3+
- When spawned tasks panic, the panic is caught and then surfaced in the spawned
4+
`Task`. Previously, the panic would be surfaced in `tick()` or `run()`. (#78)
5+
16
# Version 1.7.2
27

38
- Fix compilation under WebAssembly targets (#77).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-executor"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.7.2"
6+
version = "1.8.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.61"

0 commit comments

Comments
 (0)