Skip to content

Commit 3ab64e9

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

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"changes": [
44
".changes/fix-windows-ci.md",
55
".changes/release-nightly.md",
6+
".changes/rust-nightly.md",
67
".changes/rust-stable.md"
78
]
89
}

src-tauri/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.1.1-nightly.4]
4+
5+
### Chores
6+
7+
- [`d724b73`](https://github.com/swpu-acm/algohub.git/commit/d724b739eff3a11463f0827f3f2d289cc2d3da1a) Revert changes to use rust nightly in `rust-toolchain` file
8+
39
## \[0.1.1-nightly.3]
410

511
### Chores

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algohub"
3-
version = "0.1.1-nightly.3"
3+
version = "0.1.1-nightly.4"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)