Skip to content

Commit a96d2db

Browse files
release: bump version (#138)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 6936b96 commit a96d2db

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
@@ -22,6 +22,7 @@
2222
".changes/fix-login.md",
2323
".changes/fix-logo.md",
2424
".changes/fix-md-preview.md",
25+
".changes/fix-profile-update.md",
2526
".changes/fix-sha256.md",
2627
".changes/fix-signup-birthday.md",
2728
".changes/fix-tauri-version.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-rc.6]
4+
5+
### Bug Fixes
6+
7+
- [`6936b96`](https://github.com/swpu-acm/algohub.git/commit/6936b96baad0a677c73c7e3d28148e8d8f9b22c8) ([#137](https://github.com/swpu-acm/algohub.git/pull/137) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix student id and name updates in settings page.
8+
39
## \[0.1.1-rc.5]
410

511
### Hot Fixes

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

0 commit comments

Comments
 (0)