Skip to content

Commit 05bfa6b

Browse files
release: bump version (#30)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 270073b commit 05bfa6b

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
@@ -11,6 +11,7 @@
1111
".changes/rust-nightly.md",
1212
".changes/rust-stable.md",
1313
".changes/signup-panel.md",
14-
".changes/update-profile.md"
14+
".changes/update-profile.md",
15+
".changes/use-farm.md"
1516
]
1617
}

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.8]
4+
5+
### Refactors
6+
7+
- [`270073b`](https://github.com/swpu-acm/algohub.git/commit/270073bf7dda64da47dbe9da2a7de2a79cb0d4a6) ([#33](https://github.com/swpu-acm/algohub.git/pull/33) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Use Farm instead of Vite for compiling and bundling frontend code.
8+
39
## \[0.1.1-nightly.7]
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-nightly.7"
3+
version = "0.1.1-nightly.8"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)