Skip to content

Commit 31816f6

Browse files
release: bump version (#130)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 2f701ea commit 31816f6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
".changes/fix-dark-mode.md",
2020
".changes/fix-layout.md",
2121
".changes/fix-login.md",
22+
".changes/fix-logo.md",
2223
".changes/fix-md-preview.md",
2324
".changes/fix-sha256.md",
2425
".changes/fix-signup-birthday.md",

src-tauri/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.1.1-rc.4]
4+
5+
### Hot Fixes
6+
7+
- [`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`.
8+
39
## \[0.1.1-rc.3]
410

511
### New Features

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algohub"
3-
version = "0.1.1-rc.3"
3+
version = "0.1.1-rc.4"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)