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:
commit
2987d21562
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue