Skip to content

Commit 8869923

Browse files
committed
Merge branch 'alpha' of github.com:swpu-acm/algohub into alpha
2 parents ef2b0c7 + 4b3b148 commit 8869923

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
".changes/create-panel.md",
99
".changes/create-problem.md",
1010
".changes/fetch-version.md",
11+
".changes/fix-aur.md",
1112
".changes/fix-dark-mode.md",
1213
".changes/fix-layout.md",
1314
".changes/fix-login.md",

src-tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.1.1-alpha.4]
4+
5+
### Bug Fixes
6+
7+
- [`ae84180`](https://github.com/swpu-acm/algohub.git/commit/ae8418060ec6f9b45974dd255e0bc5da2c333205) ([#53](https://github.com/swpu-acm/algohub.git/pull/53) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix git ssh key read and write permission issue when publishing to AUR.
8+
39
## \[0.1.1-alpha.3]
410

511
### Refactors

src-tauri/Cargo.toml

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

0 commit comments

Comments
 (0)