Skip to content

Commit c33ccd9

Browse files
release: bump version (#36)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 88745e0 commit c33ccd9

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.changes/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"tag": "nightly",
33
"changes": [
44
".changes/add-icon.md",
5+
".changes/create-panel.md",
56
".changes/fix-dark-mode.md",
67
".changes/fix-layout.md",
8+
".changes/fix-login.md",
9+
".changes/fix-toast.md",
710
".changes/fix-windows-ci.md",
811
".changes/index-page.md",
912
".changes/login.md",
@@ -12,7 +15,9 @@
1215
".changes/release-nightly.md",
1316
".changes/rust-nightly.md",
1417
".changes/rust-stable.md",
18+
".changes/side-panel.md",
1519
".changes/signup-panel.md",
20+
".changes/update-icon.md",
1621
".changes/update-profile.md",
1722
".changes/use-farm.md"
1823
]

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-nightly.10]
4+
5+
### New Features
6+
7+
- [`c9bc23b`](https://github.com/swpu-acm/algohub.git/commit/c9bc23b87ee27752316ad04c05502cd93f1bec60) ([#39](https://github.com/swpu-acm/algohub.git/pull/39) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add a menu for creating new components.
8+
9+
For examples:
10+
11+
- Create a new blog
12+
- Create a new organization
13+
- Create a new algorithm problem
14+
- [`38d66c3`](https://github.com/swpu-acm/algohub.git/commit/38d66c3cdd0fffaed45c028e8c592be2357ff270) ([#37](https://github.com/swpu-acm/algohub.git/pull/37) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add side panel for displaying user routes and basic information.
15+
- [`4d0ea28`](https://github.com/swpu-acm/algohub.git/commit/4d0ea28e94eabe3ff555fd0cd6d2029240e6a758) ([#38](https://github.com/swpu-acm/algohub.git/pull/38) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Migrate to new icon design.
16+
17+
### Bug Fixes
18+
19+
- [`ef2c89c`](https://github.com/swpu-acm/algohub.git/commit/ef2c89ccfe1f053dd690d2edd68d0cbcd1c73f03) ([#35](https://github.com/swpu-acm/algohub.git/pull/35) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix login page can't cover full screen.
20+
- [`c9bc23b`](https://github.com/swpu-acm/algohub.git/commit/c9bc23b87ee27752316ad04c05502cd93f1bec60) ([#39](https://github.com/swpu-acm/algohub.git/pull/39) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix toast message will be displayed larger that horizontal screen.
21+
322
## \[0.1.1-nightly.9]
423

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

0 commit comments

Comments
 (0)