Skip to content

Commit

Permalink
Merge pull request #1083 from Keruspe/+release-prepare
Browse files Browse the repository at this point in the history
Prepare 1.13.0 release
  • Loading branch information
Keruspe committed Sep 6, 2024
2 parents 1c1b209 + 0c382db commit 2987d21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-std"
version = "1.12.0"
version = "1.13.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Yoshua Wuyts <[email protected]>",
Expand Down

0 comments on commit 2987d21

Please sign in to comment.