Skip to content

Commit 8b3774d

Browse files
release: bump version (#77)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 0117ae8 commit 8b3774d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
".changes/login.md",
2323
".changes/n-progress.md",
2424
".changes/optimize-dark.md",
25+
".changes/optimize-editor.md",
2526
".changes/optimize-monaco.md",
2627
".changes/optimize-ui.md",
2728
".changes/problem-page.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-alpha.7]
4+
5+
### New Features
6+
7+
- [`0117ae8`](https://github.com/swpu-acm/algohub.git/commit/0117ae82cd0ca86ab3ec4c7314ef35f1e4c6cae9) ([#76](https://github.com/swpu-acm/algohub.git/pull/76) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize monaco editor error notification.
8+
39
## \[0.1.1-alpha.6]
410

511
### Bug Fixes

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

0 commit comments

Comments
 (0)