From 85b5efc6c5d7a0bea47ec05dac4a9933ca31e538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:06:03 +0800 Subject: [PATCH] release: bump versions (#53) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/contest.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/contest.md diff --git a/.changes/contest.md b/.changes/contest.md deleted file mode 100644 index e18d029..0000000 --- a/.changes/contest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:feat ---- - -Support create and list all contests. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8dccf..6b4448c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.13] + +### New Features + +- [`63283e7`](https://github.com/swpu-acm/online-judge/commit/63283e766f5b7012b059cbf531fb777c367fff90) ([#52](https://github.com/swpu-acm/online-judge/pull/52) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Support create and list all contests. + ## \[0.1.12] ### New Features diff --git a/Cargo.toml b/Cargo.toml index a6c017d..6fdc39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.12" +version = "0.1.13" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"