Skip to content

Commit 459ed3e

Browse files
release: bump version (#9)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 4d6ae56 commit 459ed3e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changes/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"tag": "nightly",
33
"changes": [
44
".changes/fix-windows-ci.md",
5-
".changes/release-nightly.md"
5+
".changes/release-nightly.md",
6+
".changes/rust-stable.md"
67
]
78
}

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-nightly.2]
4+
5+
### Chores
6+
7+
- [`4d6ae56`](https://github.com/swpu-acm/algohub.git/commit/4d6ae5633223dd93fc25357610ff20b75c9153dc) ([#8](https://github.com/swpu-acm/algohub.git/pull/8) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Use stable Rust version in CI
8+
39
## \[0.1.1-nightly.1]
410

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

0 commit comments

Comments
 (0)