Skip to content

Commit ba94b62

Browse files
release: bump version (#116)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 0a70c8b commit ba94b62

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-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-avatar-size.md",
1617
".changes/fix-contest.md",
1718
".changes/fix-dark-mode.md",
1819
".changes/fix-layout.md",
@@ -47,6 +48,7 @@
4748
".changes/resize-toolbar.md",
4849
".changes/rust-nightly.md",
4950
".changes/rust-stable.md",
51+
".changes/settings.md",
5052
".changes/side-panel.md",
5153
".changes/signup-panel.md",
5254
".changes/splash.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-rc.0]
4+
5+
### New Features
6+
7+
- [`0a70c8b`](https://github.com/swpu-acm/algohub.git/commit/0a70c8bda4e2036cf471e3e3ffa0218e53d9cfdc) ([#117](https://github.com/swpu-acm/algohub.git/pull/117) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add settings page to edit user profile and education info.
8+
9+
### Bug Fixes
10+
11+
- [`a4bfddd`](https://github.com/swpu-acm/algohub.git/commit/a4bfdddc33819df278a4ac563c79545784aae2b1) ([#115](https://github.com/swpu-acm/algohub.git/pull/115) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix avatar size is invalid in user profile page if user avatar is not uploaded.
12+
313
## \[0.1.1-beta.4]
414

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

0 commit comments

Comments
 (0)