diff --git a/.changes/refactor-list.md b/.changes/refactor-list.md deleted file mode 100644 index 68dafee..0000000 --- a/.changes/refactor-list.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:refactor ---- - -Refactored `list` method for account owned problems. diff --git a/.changes/refactor-profile.md b/.changes/refactor-profile.md deleted file mode 100644 index 2e4b039..0000000 --- a/.changes/refactor-profile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"algohub-server": patch:refactor ---- - -Refactor api for getting user profile, allow get user profile anonymously diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcb762..24f3256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.3] + +### Refactors + +- [`e51a965`](https://github.com/swpu-acm/online-judge/commit/e51a96583f773c7a7d606bec2aa77b56a4549322) ([#14](https://github.com/swpu-acm/online-judge/pull/14) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Refactored `list` method for account owned problems. +- [`e28b7a2`](https://github.com/swpu-acm/online-judge/commit/e28b7a2c035e502a4c34dff877b0205d370b74a4) ([#12](https://github.com/swpu-acm/online-judge/pull/12) by [@fu050409](https://github.com/swpu-acm/online-judge/../../fu050409)) Refactor api for getting user profile, allow get user profile anonymously + ## \[0.1.2] ### feat diff --git a/Cargo.toml b/Cargo.toml index 43f6478..80d02ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub-server" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Extremely fast async online judge backend based on Rust" readme = "README.md"