From 905ee54c6156b67a1e0f1da0f6a277f6f6b6d3d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:25:39 +0800 Subject: [PATCH] release: bump version (#14) chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/pre.json | 2 ++ src-tauri/CHANGELOG.md | 7 +++++++ src-tauri/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) 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"