From e78cd6dc2c7c4aaab070f87854faf4e656759a06 Mon Sep 17 00:00:00 2001 From: fu050409 <46275354+fu050409@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:49:33 +0000 Subject: [PATCH] publish new versions --- .changes/update-eval-stack.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/update-eval-stack.md diff --git a/.changes/update-eval-stack.md b/.changes/update-eval-stack.md deleted file mode 100644 index 4c3da01..0000000 --- a/.changes/update-eval-stack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:chore ---- - -Bump `eval-stack` to `v0.2.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index e2eb391..a3919ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.8] + +### Chores + +- [`439002c`](https://github.com/swpu-acm/online-judge/commit/439002c7fcf73c97787f02a4ff75a9949cbf9ba4) ([#32](https://github.com/swpu-acm/online-judge/pull/32) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Bump `eval-stack` to `v0.2.0`. + ## \[0.1.7] ### Refactors diff --git a/Cargo.toml b/Cargo.toml index ba847f4..6c18477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"