From cf80cc808fa23165af8dc0e1dfe3e282c4ce3f03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:02:13 +0800 Subject: [PATCH] chore: bump versions (#19) Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/async.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/async.md diff --git a/.changes/async.md b/.changes/async.md deleted file mode 100644 index 8364709..0000000 --- a/.changes/async.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:perf ---- - -Improve the performance of the async I/O operations. diff --git a/CHANGELOG.md b/CHANGELOG.md index f6dfaa8..4bda15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.3.2] + +### Performance Improvements + +- [`0bf9b63`](https://github.com/swpu-acm/eval-stack/commit/0bf9b6391a2aa4b1408174513902489ecd3a4d2e) ([#18](https://github.com/swpu-acm/eval-stack/pull/18) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Improve the performance of the async I/O operations. + ## \[0.3.1] ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 3e6a7a7..de48da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval-stack" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["苏向夜 "] readme = "README.md"