Skip to content

Commit 229ad95

Browse files
release: bump version (#94)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 26e6284 commit 229ad95

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
".changes/fix-login.md",
1717
".changes/fix-md-preview.md",
1818
".changes/fix-sha256.md",
19+
".changes/fix-signup-birthday.md",
1920
".changes/fix-tauri-version.md",
2021
".changes/fix-toast.md",
2122
".changes/fix-windows-ci.md",

src-tauri/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.1.1-alpha.14]
4+
5+
### New Features
6+
7+
- [`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.
8+
9+
> All fields are now not required.
10+
311
## \[0.1.1-alpha.13]
412

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

0 commit comments

Comments
 (0)