From 1a7644b05bd754b2fe4a81eaf053803c61850e31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:20:30 +0800 Subject: [PATCH] release: bump version (#121) 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 16a869a..4dabc75 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -2,6 +2,7 @@ "tag": "rc", "changes": [ ".changes/add-icon.md", + ".changes/avatar-update.md", ".changes/birthday.md", ".changes/breadcrumb-bg.md", ".changes/breadcrumb.md", @@ -52,6 +53,7 @@ ".changes/settings.md", ".changes/side-panel.md", ".changes/signup-panel.md", + ".changes/skip-ci-check.md", ".changes/splash.md", ".changes/submission.md", ".changes/update-icon.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 3eceafb..a419ec1 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.1-rc.2] + +### Bug Fixes + +- [`6df3dda`](https://github.com/swpu-acm/algohub.git/commit/6df3dda2c83bcf4c6dec3bc09625c54dea818a3c) ([#122](https://github.com/swpu-acm/algohub.git/pull/122) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix avatar update, add profile update calling. +- [`e6c31d8`](https://github.com/swpu-acm/algohub.git/commit/e6c31d8f6bd57acf39655226d6ae28690f185825) ([#120](https://github.com/swpu-acm/algohub.git/pull/120) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Skip checks in CI while publishing to AUR. + ## \[0.1.1-rc.1] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index aed6ea6..5037752 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-rc.1" +version = "0.1.1-rc.2" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"