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"