Skip to content

Commit fec1a65

Browse files
release: bump version (#52)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 04080ce commit fec1a65

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
@@ -10,6 +10,7 @@
1010
".changes/fix-tauri-version.md",
1111
".changes/fix-toast.md",
1212
".changes/fix-windows-ci.md",
13+
".changes/fix-windows.md",
1314
".changes/index-page.md",
1415
".changes/login.md",
1516
".changes/optimize-dark.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-nightly.14]
4+
5+
### Bug Fixes
6+
7+
- [`04080ce`](https://github.com/swpu-acm/algohub.git/commit/04080ce145e257f6e55e567e7bd3f9c3e9a15628) ([#51](https://github.com/swpu-acm/algohub.git/pull/51) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix windows semver compatibility, uses `nsis` only now.
8+
39
## \[0.1.1-nightly.13]
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.13"
3+
version = "0.1.1-nightly.14"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)