Skip to content

Commit 2a6f5fe

Browse files
release: bump version (#83)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent a4de3d2 commit 2a6f5fe

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,11 +24,13 @@
2424
".changes/optimize-dark.md",
2525
".changes/optimize-editor.md",
2626
".changes/optimize-monaco.md",
27+
".changes/optimize-problem.md",
2728
".changes/optimize-ui.md",
2829
".changes/problem-page.md",
2930
".changes/problem-panel.md",
3031
".changes/refactor-asset.md",
3132
".changes/refactor-login.md",
33+
".changes/refactor-problem-create.md",
3234
".changes/refactor-problem.md",
3335
".changes/refactor-submit.md",
3436
".changes/release-nightly.md",

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-alpha.10]
4+
5+
### New Features
6+
7+
- [`a4de3d2`](https://github.com/swpu-acm/algohub.git/commit/a4de3d27fe799664d13aa19003fca5e42a76eb13) ([#84](https://github.com/swpu-acm/algohub.git/pull/84) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize problem pages, including create and edit pages.
8+
9+
### Refactors
10+
11+
- [`7cdf917`](https://github.com/swpu-acm/algohub.git/commit/7cdf91747bcea34667ba8d92cdf37468685bcbf1) ([#82](https://github.com/swpu-acm/algohub.git/pull/82) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Refactored problem creation page.
12+
313
## \[0.1.1-alpha.9]
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.9"
3+
version = "0.1.1-alpha.10"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)