From 6d4a86350705f2abe05b0b5e01380850cd94452f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:21:16 +0800 Subject: [PATCH] chore: bump versions (#15) Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/engine.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/engine.md diff --git a/.changes/engine.md b/.changes/engine.md deleted file mode 100644 index f761780..0000000 --- a/.changes/engine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eval-stack": minor:feat ---- - -Add online judge runtime engine support for eval-stack. diff --git a/CHANGELOG.md b/CHANGELOG.md index b07030d..672ef80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.3.0] + +### New Features + +- [`c6f1b84`](https://github.com/swpu-acm/eval-stack/commit/c6f1b84f2e8f8a1818da3bc73645e0716b4a4818) ([#14](https://github.com/swpu-acm/eval-stack/pull/14) by [@fu050409](https://github.com/swpu-acm/eval-stack/../../fu050409)) Add online judge runtime engine support for eval-stack. + ## \[0.2.1] ### New Features diff --git a/Cargo.toml b/Cargo.toml index f5cd1dd..f97e7cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval-stack" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["苏向夜 "] readme = "README.md"