diff --git a/.changes/pre.json b/.changes/pre.json index 0887200..a3a2211 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -16,6 +16,7 @@ ".changes/fix-login.md", ".changes/fix-md-preview.md", ".changes/fix-sha256.md", + ".changes/fix-signup-birthday.md", ".changes/fix-tauri-version.md", ".changes/fix-toast.md", ".changes/fix-windows-ci.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 73ac6ac..aeede29 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.1-alpha.14] + +### New Features + +- [`26e6284`](https://github.com/swpu-acm/algohub.git/commit/26e62843da2b34223ce35ae136bfce9370cfe77f) ([#93](https://github.com/swpu-acm/algohub.git/pull/93) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fixed the issue of not being able to sign up without a birthday. + + > All fields are now not required. + ## \[0.1.1-alpha.13] ### New Features diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a29e783..b135ca9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-alpha.13" +version = "0.1.1-alpha.14" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"