Skip to content

Commit b1682d3

Browse files
release: bump version (#74)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 61747c3 commit b1682d3

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
@@ -26,6 +26,7 @@
2626
".changes/optimize-ui.md",
2727
".changes/problem-page.md",
2828
".changes/problem-panel.md",
29+
".changes/refactor-asset.md",
2930
".changes/refactor-login.md",
3031
".changes/refactor-submit.md",
3132
".changes/release-nightly.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-alpha.5]
4+
5+
### New Features
6+
7+
- [`61747c3`](https://github.com/swpu-acm/algohub.git/commit/61747c3d426f6bd4805065f3519afc5db4a85e9b) ([#73](https://github.com/swpu-acm/algohub.git/pull/73) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Full rewrite asset logic, use latest api and support get assets by api.
8+
39
## \[0.1.1-alpha.4]
410

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

0 commit comments

Comments
 (0)