From d0f35656b4dd82ed4af297860b24ef25ca4c5521 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:37:05 +0800 Subject: [PATCH] release: bump version (#119) chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/pre.json | 1 + src-tauri/CHANGELOG.md | 6 ++++++ src-tauri/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index fe4b20d..16a869a 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -48,6 +48,7 @@ ".changes/resize-toolbar.md", ".changes/rust-nightly.md", ".changes/rust-stable.md", + ".changes/settings-side.md", ".changes/settings.md", ".changes/side-panel.md", ".changes/signup-panel.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index f460fc3..3eceafb 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-rc.1] + +### New Features + +- [`f8a875e`](https://github.com/swpu-acm/algohub.git/commit/f8a875ea2b18038d194e188ff6119ad520629fa5) ([#118](https://github.com/swpu-acm/algohub.git/pull/118) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add settings route in the side menu of toolbar. + ## \[0.1.1-rc.0] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1d7820..aed6ea6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-rc.0" +version = "0.1.1-rc.1" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"