Skip to content

Commit 3d912bb

Browse files
committed
Release 1.13.2
1 parent 60a2185 commit 3d912bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.13.2
2+
3+
- Fix build failure with minimal-versions. (#132)
4+
- Prevent executor from becoming unusable by panic of the iterator passed by the user to the `spawn_many`. (#136)
5+
- Reduce memory footprint. (#137)
6+
17
# Version 1.13.1
28

39
- Fix docs.rs build. (#125)

Cargo.toml

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

0 commit comments

Comments
 (0)