Skip to content

Commit 387f33b

Browse files
committed
Prep for new release
1 parent 6136c99 commit 387f33b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.1] - 2025-08-06
99

1010
### Fixed
11-
- Lower the log level of logs in tight places from `debug!` to `trace!`
11+
- Change logs in tight places from `debug!` to `trace!`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-io-mini"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Stjepan Glavina <[email protected]>", "Ivan Markov"]
55
edition = "2021"
66
rust-version = "1.83"

0 commit comments

Comments
 (0)