Skip to content

Commit 7577d56

Browse files
authored
v1.12.0
Signed-off-by: John Nunley <[email protected]>
1 parent 924b453 commit 7577d56

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.12.0
2+
3+
- Add static executors, which are an optimization over executors that are kept
4+
around forever. (#112)
5+
16
# Version 1.11.0
27

38
- Re-export the `async_task::FallibleTask` primitive. (#113)
@@ -58,7 +63,7 @@
5863

5964
# Version 1.5.1
6065

61-
- Implement a better form of debug output for Executor and LocalExecutor. (#33)
66+
- Implement a better form of debug output for Executor and LocalExecutor. (#33)
6267

6368
# Version 1.5.0
6469

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.11.0"
6+
version = "1.12.0"
77
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)