Skip to content

Commit 1ed1f42

Browse files
release: bump version (#79)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 0bf2284 commit 1ed1f42

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
".changes/problem-panel.md",
3030
".changes/refactor-asset.md",
3131
".changes/refactor-login.md",
32+
".changes/refactor-problem.md",
3233
".changes/refactor-submit.md",
3334
".changes/release-nightly.md",
3435
".changes/release-url.md",

src-tauri/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.1.1-alpha.8]
4+
5+
### Refactors
6+
7+
- [`0bf2284`](https://github.com/swpu-acm/algohub.git/commit/0bf22846250a05b3be7acdb1f39c9c60785c961d) ([#78](https://github.com/swpu-acm/algohub.git/pull/78) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fully refactored the problem api to sync changes with the `algohub-server`, also:
8+
9+
- Fixed icon sizes in markdown editor.
10+
- Extract supported languages from ts enum.
11+
- Refactored problem editor.
12+
313
## \[0.1.1-alpha.7]
414

515
### New Features

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algohub"
3-
version = "0.1.1-alpha.7"
3+
version = "0.1.1-alpha.8"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)