Skip to content

Commit 65cdb3a

Browse files
release: bump version (#88)
chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com>
1 parent abe70bd commit 65cdb3a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tag": "alpha",
33
"changes": [
44
".changes/add-icon.md",
5+
".changes/birthday.md",
56
".changes/breadcrumb-bg.md",
67
".changes/breadcrumb.md",
78
".changes/create-panel-bg.md",
@@ -42,6 +43,7 @@
4243
".changes/side-panel.md",
4344
".changes/signup-panel.md",
4445
".changes/splash.md",
46+
".changes/submission.md",
4547
".changes/update-icon.md",
4648
".changes/update-profile.md",
4749
".changes/use-farm.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-alpha.12]
4+
5+
### New Features
6+
7+
- [`00032d9`](https://github.com/swpu-acm/algohub.git/commit/00032d9588c4b33dd3299335f344ebe5274a2966) ([#87](https://github.com/swpu-acm/algohub.git/pull/87) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for Birthday datetime picker in the register page.
8+
- [`abe70bd`](https://github.com/swpu-acm/algohub.git/commit/abe70bd656bbacdd9eaa222cef36f39b0a32e9e8) ([#89](https://github.com/swpu-acm/algohub.git/pull/89) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support auto load submissions in AlgoHub.
9+
310
## \[0.1.1-alpha.11]
411

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

0 commit comments

Comments
 (0)