From 31816f66d3e87c860ebdde9717aee3291dce87df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:52:08 +0800 Subject: [PATCH] release: bump version (#130) 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 617b574..3198e01 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -19,6 +19,7 @@ ".changes/fix-dark-mode.md", ".changes/fix-layout.md", ".changes/fix-login.md", + ".changes/fix-logo.md", ".changes/fix-md-preview.md", ".changes/fix-sha256.md", ".changes/fix-signup-birthday.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 9866ae6..0014d83 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-rc.4] + +### Hot Fixes + +- [`2f701ea`](https://github.com/swpu-acm/algohub.git/commit/2f701ea62a1dcfbb44827c166ab48de0978648c8) ([#129](https://github.com/swpu-acm/algohub.git/pull/129) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix logo paths in `index.html` and `SplashScreen.vue`. + ## \[0.1.1-rc.3] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 869a95f..42bda52 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-rc.3" +version = "0.1.1-rc.4" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"