Skip to content

Commit ec15f79

Browse files
release: bump version (#55)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 8851f19 commit ec15f79

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"tag": "nightly",
33
"changes": [
44
".changes/add-icon.md",
5+
".changes/breadcrumb.md",
56
".changes/create-panel.md",
67
".changes/create-problem.md",
8+
".changes/fix-aur.md",
79
".changes/fix-dark-mode.md",
810
".changes/fix-layout.md",
911
".changes/fix-login.md",

src-tauri/CHANGELOG.md

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

3+
## \[0.1.1-nightly.15]
4+
5+
### New Features
6+
7+
- [`8851f19`](https://github.com/swpu-acm/algohub.git/commit/8851f1989d7bb68eae8938ff4eefa37360bb09a8) ([#54](https://github.com/swpu-acm/algohub.git/pull/54) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support for breadcrumbs in the AlgoHub toolbar.
8+
9+
### Bug Fixes
10+
11+
- [`ae84180`](https://github.com/swpu-acm/algohub.git/commit/ae8418060ec6f9b45974dd255e0bc5da2c333205) ([#53](https://github.com/swpu-acm/algohub.git/pull/53) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix git ssh key read and write permission issue when publishing to AUR.
12+
313
## \[0.1.1-nightly.14]
414

515
### Bug Fixes

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

0 commit comments

Comments
 (0)