diff --git a/.changes/pre.json b/.changes/pre.json index a10cf11..08471c3 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -27,6 +27,7 @@ ".changes/problem-page.md", ".changes/problem-panel.md", ".changes/refactor-login.md", + ".changes/refactor-submit.md", ".changes/release-nightly.md", ".changes/release-url.md", ".changes/resize-toolbar.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 056c682..14a8862 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-alpha.3] + +### Refactors + +- [`bbc298c`](https://github.com/swpu-acm/algohub.git/commit/bbc298c6d7ff67736b55241f8afbdd7aedd78612) ([#69](https://github.com/swpu-acm/algohub.git/pull/69) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Refactor and enable code submission in monaco editor. + ## \[0.1.1-alpha.2] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3a89501..430d43b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-alpha.2" +version = "0.1.1-alpha.3" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"