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"