Skip to content

Commit 3f4a486

Browse files
release: bump version (#96)
chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com>
1 parent 266bba2 commit 3f4a486

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
".changes/index-page.md",
2525
".changes/list-problem.md",
2626
".changes/login.md",
27+
".changes/main-contest.md",
2728
".changes/n-progress.md",
2829
".changes/optimize-dark.md",
2930
".changes/optimize-editor.md",
@@ -48,6 +49,7 @@
4849
".changes/submission.md",
4950
".changes/update-icon.md",
5051
".changes/update-profile.md",
52+
".changes/upload-max.md",
5153
".changes/use-farm.md",
5254
".changes/user-home.md"
5355
]

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-beta.0]
4+
5+
### New Features
6+
7+
- [`7b6134b`](https://github.com/swpu-acm/algohub.git/commit/7b6134bb678fa29940c0ae87bdaf6f8016fa4bea) ([#62](https://github.com/swpu-acm/algohub.git/pull/62) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for contest page.
8+
9+
### Bug Fixes
10+
11+
- [`7b6134b`](https://github.com/swpu-acm/algohub.git/commit/7b6134bb678fa29940c0ae87bdaf6f8016fa4bea) ([#62](https://github.com/swpu-acm/algohub.git/pull/62) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix upload max size limit.
12+
313
## \[0.1.1-alpha.14]
414

515
### New Features

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

0 commit comments

Comments
 (0)