We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1b209 + 0c382db commit 2987d21Copy full SHA for 2987d21
CHANGELOG.md
@@ -5,6 +5,15 @@ All notable changes to async-std will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
7
8
+# [1.13.0] - 2024-09-06
9
+
10
+## Added
11
+- IO Safety traits implementations
12
13
+## Changed
14
+- Various dependencies updates
15
+- Export `BufReadExt` and `SeekExt` from `async_std::io`
16
17
# [1.12.0] - 2022-06-18
18
19
## Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-std"
3
-version = "1.12.0"
+version = "1.13.0"
4
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
0 commit comments