Skip to content

Commit e986572

Browse files
release: bump version (#98)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent a8ceba7 commit e986572

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
@@ -10,6 +10,7 @@
1010
".changes/create-panel.md",
1111
".changes/create-problem.md",
1212
".changes/fetch-version.md",
13+
".changes/fix-acc.md",
1314
".changes/fix-aur.md",
1415
".changes/fix-dark-mode.md",
1516
".changes/fix-layout.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-beta.1]
4+
5+
### Bug Fixes
6+
7+
- [`a8ceba7`](https://github.com/swpu-acm/algohub.git/commit/a8ceba7f1e3c20e25e08556bc8f2d4501d06fb86) ([#97](https://github.com/swpu-acm/algohub.git/pull/97) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fixed accuracy calculation in the contest.
8+
39
## \[0.1.1-beta.0]
410

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

0 commit comments

Comments
 (0)