2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 20:55:33 +00:00

Merge pull request #1083 from Keruspe/+release-prepare

Prepare 1.13.0 release
This commit is contained in:
Marc-Antoine Perennou 2024-09-06 21:46:12 +02:00 committed by GitHub
commit 2987d21562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ All notable changes to async-std will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
# [1.13.0] - 2024-09-06
## Added
- IO Safety traits implementations
## Changed
- Various dependencies updates
- Export `BufReadExt` and `SeekExt` from `async_std::io`
# [1.12.0] - 2022-06-18
## Added

View file

@ -1,6 +1,6 @@
[package]
name = "async-std"
version = "1.12.0"
version = "1.13.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",