From b7fdc03487e310611e088683b8ff77c28c9fc880 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:10:59 +0800 Subject: [PATCH] chore: bump versions (#21) Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/clean.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/clean.md diff --git a/.changes/clean.md b/.changes/clean.md deleted file mode 100644 index af5b75a..0000000 --- a/.changes/clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:fix ---- - -Fixed `eval-stack` won't clean up the temporary files if failed to compile. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bda15b..b6e6486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.3.3] + +### Bug Fixes + +- [`6aa6076`](https://github.com/swpu-acm/eval-stack/commit/6aa607641a2b66c2ad03a1c937bafa34087427e7) ([#20](https://github.com/swpu-acm/eval-stack/pull/20) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Fixed `eval-stack` won't clean up the temporary files if failed to compile. + ## \[0.3.2] ### Performance Improvements diff --git a/Cargo.toml b/Cargo.toml index de48da4..e49fc1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval-stack" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["苏向夜 "] readme = "README.md"