diff --git a/.changes/pre.json b/.changes/pre.json index 1f53cfa..f7ce61a 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,7 +1,9 @@ { "tag": "nightly", "changes": [ + ".changes/add-icon.md", ".changes/fix-windows-ci.md", + ".changes/refactor-login.md", ".changes/release-nightly.md", ".changes/rust-nightly.md", ".changes/rust-stable.md" diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 148a7a9..3c21d21 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.1-nightly.5] + +### New Features + +- [`496a065`](https://github.com/swpu-acm/algohub.git/commit/496a06552a3f0135a8b3f4e7c25f8986732b040a) ([#15](https://github.com/swpu-acm/algohub.git/pull/15)) Optimize login UI and add icon in login page +- [`af8ed4d`](https://github.com/swpu-acm/algohub.git/commit/af8ed4d906fb08e72b8c30c128330e32d9c21973) ([#13](https://github.com/swpu-acm/algohub.git/pull/13)) Refactor login page to `login.vue`. + ## \[0.1.1-nightly.4] ### Chores diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4af098f..0c11853 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-nightly.4" +version = "0.1.1-nightly.5" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"