Skip to content

Commit d0f3565

Browse files
release: bump version (#119)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent f8a875e commit d0f3565

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
".changes/resize-toolbar.md",
4949
".changes/rust-nightly.md",
5050
".changes/rust-stable.md",
51+
".changes/settings-side.md",
5152
".changes/settings.md",
5253
".changes/side-panel.md",
5354
".changes/signup-panel.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-rc.1]
4+
5+
### New Features
6+
7+
- [`f8a875e`](https://github.com/swpu-acm/algohub.git/commit/f8a875ea2b18038d194e188ff6119ad520629fa5) ([#118](https://github.com/swpu-acm/algohub.git/pull/118) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add settings route in the side menu of toolbar.
8+
39
## \[0.1.1-rc.0]
410

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

0 commit comments

Comments
 (0)