diff --git a/.changes/pre.json b/.changes/pre.json index 48cfdf9..7235ccf 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -10,6 +10,7 @@ ".changes/create-panel.md", ".changes/create-problem.md", ".changes/fetch-version.md", + ".changes/fix-acc.md", ".changes/fix-aur.md", ".changes/fix-dark-mode.md", ".changes/fix-layout.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 7e27662..bc99a26 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-beta.1] + +### Bug Fixes + +- [`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. + ## \[0.1.1-beta.0] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 38d27ba..ce289cb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-beta.0" +version = "0.1.1-beta.1" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"