Skip to content

Commit 905ee54

Browse files
release: bump version (#14)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 496a065 commit 905ee54

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"tag": "nightly",
33
"changes": [
4+
".changes/add-icon.md",
45
".changes/fix-windows-ci.md",
6+
".changes/refactor-login.md",
57
".changes/release-nightly.md",
68
".changes/rust-nightly.md",
79
".changes/rust-stable.md"

src-tauri/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[0.1.1-nightly.5]
4+
5+
### New Features
6+
7+
- [`496a065`](https://github.com/swpu-acm/algohub.git/commit/496a06552a3f0135a8b3f4e7c25f8986732b040a) ([#15](https://github.com/swpu-acm/algohub.git/pull/15)) Optimize login UI and add icon in login page
8+
- [`af8ed4d`](https://github.com/swpu-acm/algohub.git/commit/af8ed4d906fb08e72b8c30c128330e32d9c21973) ([#13](https://github.com/swpu-acm/algohub.git/pull/13)) Refactor login page to `login.vue`.
9+
310
## \[0.1.1-nightly.4]
411

512
### Chores

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algohub"
3-
version = "0.1.1-nightly.4"
3+
version = "0.1.1-nightly.5"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)