Skip to content

Commit 6eee6bc

Browse files
authored
v2.1.2
Signed-off-by: John Nunley <[email protected]>
1 parent c058784 commit 6eee6bc

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 2.1.2
2+
3+
- Ensure that the docs for `create_dir_all` are close to the equivalent function
4+
in libstd. (#35)
5+
16
# Version 2.1.1
27

38
- Fix a copy/paste error in documentation. (#33)

Cargo.toml

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

0 commit comments

Comments
 (0)