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

Prepare 1.13.0 release
pull/1086/head v1.13.0
Marc-Antoine Perennou 4 months ago committed by GitHub
commit 2987d21562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/), 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). 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 # [1.12.0] - 2022-06-18
## Added ## Added

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

Loading…
Cancel
Save