From 05a69e74e50ce5592f498a08e7579c329a3361ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 06:15:56 +0800 Subject: [PATCH] release: bump versions (#59) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/contest-list-problem.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/contest-list-problem.md diff --git a/.changes/contest-list-problem.md b/.changes/contest-list-problem.md deleted file mode 100644 index 4357dcf..0000000 --- a/.changes/contest-list-problem.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:fix ---- - -Fix listing submissions and acceptations for problems in contest list. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0767cc2..6c72837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.16] + +### Bug Fixes + +- [`042e87e`](https://github.com/swpu-acm/online-judge/commit/042e87e9cfc130d5ebaf37cf51ba34b92c0f88c1) ([#58](https://github.com/swpu-acm/online-judge/pull/58) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Fix listing submissions and acceptations for problems in contest list. + ## \[0.1.15] ### New Features diff --git a/Cargo.toml b/Cargo.toml index 2d3cca3..90905c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.15" +version = "0.1.16" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"