Skip to content

Commit

Permalink
release: bump version (#14)
Browse files Browse the repository at this point in the history
chore: publish new versions

Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Nov 19, 2024
1 parent 496a065 commit 905ee54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"tag": "nightly",
"changes": [
".changes/add-icon.md",
".changes/fix-windows-ci.md",
".changes/refactor-login.md",
".changes/release-nightly.md",
".changes/rust-nightly.md",
".changes/rust-stable.md"
Expand Down
7 changes: 7 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.1.1-nightly.5]

### New Features

- [`496a065`](https://github.com/swpu-acm/algohub.git/commit/496a06552a3f0135a8b3f4e7c25f8986732b040a) ([#15](https://github.com/swpu-acm/algohub.git/pull/15)) Optimize login UI and add icon in login page
- [`af8ed4d`](https://github.com/swpu-acm/algohub.git/commit/af8ed4d906fb08e72b8c30c128330e32d9c21973) ([#13](https://github.com/swpu-acm/algohub.git/pull/13)) Refactor login page to `login.vue`.

## \[0.1.1-nightly.4]

### Chores
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "algohub"
version = "0.1.1-nightly.4"
version = "0.1.1-nightly.5"
description = "ACM Algorithm Hub"
repository = "https://github.com/swpu-acm/algohub"
readme = "../README.md"
Expand Down

0 comments on commit 905ee54

Please sign in to comment.