From a67bfa9aa12098d78debb7b4317a86fe3d15e64d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:08:48 +0800 Subject: [PATCH] release: bump versions (#66) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/organization.md | 4 ---- .changes/solution.md | 5 ----- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changes/organization.md delete mode 100644 .changes/solution.md diff --git a/.changes/organization.md b/.changes/organization.md deleted file mode 100644 index eb5ac32..0000000 --- a/.changes/organization.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"algohub-server": patch:chore ---- -remove map_err \ No newline at end of file diff --git a/.changes/solution.md b/.changes/solution.md deleted file mode 100644 index 182edb7..0000000 --- a/.changes/solution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:feat ---- - -Support create, delete, get, list, update solutions \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c72837..d7a5f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.1.17] + +### New Features + +- [`5ac5d25`](https://github.com/swpu-acm/online-judge/commit/5ac5d2524eeea91ce31a0169108229c510ffd776) ([#61](https://github.com/swpu-acm/online-judge/pull/61) by [@K0nnyaku](https://github.com/swpu-acm/online-judge/../../K0nnyaku)) Support create, delete, get, list, update solutions + +### Chores + +- [`886474e`](https://github.com/swpu-acm/online-judge/commit/886474e4bca334405888c160089e9c24ee26459e) ([#67](https://github.com/swpu-acm/online-judge/pull/67) by [@K0nnyaku](https://github.com/swpu-acm/online-judge/../../K0nnyaku)) remove map_err + ## \[0.1.16] ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 90905c0..e0ba7b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"