diff --git a/.changes/pre.json b/.changes/pre.json index 08471c3..58a09d5 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -26,6 +26,7 @@ ".changes/optimize-ui.md", ".changes/problem-page.md", ".changes/problem-panel.md", + ".changes/refactor-asset.md", ".changes/refactor-login.md", ".changes/refactor-submit.md", ".changes/release-nightly.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 2ac4348..9066431 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-alpha.5] + +### New Features + +- [`61747c3`](https://github.com/swpu-acm/algohub.git/commit/61747c3d426f6bd4805065f3519afc5db4a85e9b) ([#73](https://github.com/swpu-acm/algohub.git/pull/73) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Full rewrite asset logic, use latest api and support get assets by api. + ## \[0.1.1-alpha.4] ### Bug Fixes diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c5e5c86..9e7cb72 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-alpha.4" +version = "0.1.1-alpha.5" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"