Skip to content

Commit 3ee26b1

Browse files
release: bump version (#28)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent f05a742 commit 3ee26b1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changes/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
".changes/add-icon.md",
55
".changes/fix-dark-mode.md",
66
".changes/fix-windows-ci.md",
7+
".changes/index-page.md",
8+
".changes/optimize-dark.md",
79
".changes/refactor-login.md",
810
".changes/release-nightly.md",
911
".changes/rust-nightly.md",
1012
".changes/rust-stable.md",
11-
".changes/signup-panel.md"
13+
".changes/signup-panel.md",
14+
".changes/update-profile.md"
1215
]
1316
}

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-nightly.7]
4+
5+
### New Features
6+
7+
- [`21e266d`](https://github.com/swpu-acm/algohub.git/commit/21e266da2898a71f2b2137719042edc53852a736) ([#26](https://github.com/swpu-acm/algohub.git/pull/26) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add index page for AlgoHub.
8+
- [`09e481f`](https://github.com/swpu-acm/algohub.git/commit/09e481f3ab147434ba823f597877ead61f167460) ([#25](https://github.com/swpu-acm/algohub.git/pull/25) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Optimize dark mode selector for tailwindcss.
9+
- [`7266ef9`](https://github.com/swpu-acm/algohub.git/commit/7266ef9f0ae2eaa87e6ca947dd7021d231caa3e6) ([#22](https://github.com/swpu-acm/algohub.git/pull/22) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for updating profile information and account activation.
10+
311
## \[0.1.1-nightly.6]
412

513
### New Features

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

0 commit comments

Comments
 (0)