Skip to content

Commit 9ba15ea

Browse files
release: bump version (#111)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 68a0529 commit 9ba15ea

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changes/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
".changes/fetch-version.md",
1414
".changes/fix-acc.md",
1515
".changes/fix-aur.md",
16+
".changes/fix-contest.md",
1617
".changes/fix-dark-mode.md",
1718
".changes/fix-layout.md",
1819
".changes/fix-login.md",
@@ -51,6 +52,7 @@
5152
".changes/splash.md",
5253
".changes/submission.md",
5354
".changes/update-icon.md",
55+
".changes/update-profile-overview.md",
5456
".changes/update-profile.md",
5557
".changes/upload-max.md",
5658
".changes/use-farm.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-beta.4]
4+
5+
### New Features
6+
7+
- [`68a0529`](https://github.com/swpu-acm/algohub.git/commit/68a0529b62872f37044a80d433ec249cda1ec8df) ([#112](https://github.com/swpu-acm/algohub.git/pull/112) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix long content in contest will stretch the outer box of the card.
8+
- [`4aac4a3`](https://github.com/swpu-acm/algohub.git/commit/4aac4a374cf1274803f9d5f05b0691703bf6e78b) ([#110](https://github.com/swpu-acm/algohub.git/pull/110) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for updating profile in user overview page.
9+
310
## \[0.1.1-beta.3]
411

512
### Chores

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-beta.3"
3+
version = "0.1.1-beta.4"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)