From f6ee469b853853a57db4359a4fe45d3b893b260e Mon Sep 17 00:00:00 2001 From: fu050409 <46275354+fu050409@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:03:49 +0000 Subject: [PATCH] chore: bump versions --- .changes/compile.md | 5 ----- .changes/lang.md | 5 ----- .changes/runtime.md | 5 ----- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changes/compile.md delete mode 100644 .changes/lang.md delete mode 100644 .changes/runtime.md diff --git a/.changes/compile.md b/.changes/compile.md deleted file mode 100644 index e057500..0000000 --- a/.changes/compile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:fix ---- - -Fixed compile error caused some compiler don't recognize unknown file extension. diff --git a/.changes/lang.md b/.changes/lang.md deleted file mode 100644 index 2f8ad22..0000000 --- a/.changes/lang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:fix ---- - -Fixed `serde` renaming to `lowercase` instead of `camelCase`. diff --git a/.changes/runtime.md b/.changes/runtime.md deleted file mode 100644 index 1221178..0000000 --- a/.changes/runtime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": patch:chore ---- - -Specify the release profile in `Cargo.toml` to improve the performance. diff --git a/CHANGELOG.md b/CHANGELOG.md index 672ef80..f6dfaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[0.3.1] + +### Bug Fixes + +- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Fixed compile error caused some compiler don't recognize unknown file extension. +- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Fixed `serde` renaming to `lowercase` instead of `camelCase`. + +### Chores + +- [`485b1ae`](https://github.com/swpu-acm/eval-stack/commit/485b1ae3b129d439b657f98e1eabaa0f5f13e652) ([#16](https://github.com/swpu-acm/eval-stack/pull/16) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Specify the release profile in `Cargo.toml` to improve the performance. + ## \[0.3.0] ### New Features diff --git a/Cargo.toml b/Cargo.toml index 9cdeae3..3e6a7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval-stack" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["苏向夜 "] readme = "README.md"