From fec1a6557fff0beda91fb7ecc362b3de2f1ab747 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:59:56 +0800 Subject: [PATCH] release: bump version (#52) chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/pre.json | 1 + src-tauri/CHANGELOG.md | 6 ++++++ src-tauri/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index 2443439..dd69d68 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -10,6 +10,7 @@ ".changes/fix-tauri-version.md", ".changes/fix-toast.md", ".changes/fix-windows-ci.md", + ".changes/fix-windows.md", ".changes/index-page.md", ".changes/login.md", ".changes/optimize-dark.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index ed927ba..333237a 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-nightly.14] + +### Bug Fixes + +- [`04080ce`](https://github.com/swpu-acm/algohub.git/commit/04080ce145e257f6e55e567e7bd3f9c3e9a15628) ([#51](https://github.com/swpu-acm/algohub.git/pull/51) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix windows semver compatibility, uses `nsis` only now. + ## \[0.1.1-nightly.13] ### Bug Fixes diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b53c1c0..58281d7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-nightly.13" +version = "0.1.1-nightly.14" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"