From cf1a4d080be3d43c092212dd126d16ba0383d24f Mon Sep 17 00:00:00 2001 From: fu050409 <46275354+fu050409@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:55:28 +0000 Subject: [PATCH] chore: publish new versions --- .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 9884838..58a09d5 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -8,6 +8,7 @@ ".changes/create-panel.md", ".changes/create-problem.md", ".changes/fetch-version.md", + ".changes/fix-aur.md", ".changes/fix-dark-mode.md", ".changes/fix-layout.md", ".changes/fix-login.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 9066431..5c4f08e 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-alpha.6] + +### Bug Fixes + +- [`ae84180`](https://github.com/swpu-acm/algohub.git/commit/ae8418060ec6f9b45974dd255e0bc5da2c333205) ([#53](https://github.com/swpu-acm/algohub.git/pull/53) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix git ssh key read and write permission issue when publishing to AUR. + ## \[0.1.1-alpha.5] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9e7cb72..154b578 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-alpha.5" +version = "0.1.1-alpha.6" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"