Skip to content

Commit

Permalink
release: bump version (#42)
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 27, 2024
1 parent fe8bb55 commit a6ea08b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"changes": [
".changes/add-icon.md",
".changes/create-panel.md",
".changes/create-problem.md",
".changes/fix-dark-mode.md",
".changes/fix-layout.md",
".changes/fix-login.md",
Expand All @@ -11,6 +12,7 @@
".changes/index-page.md",
".changes/login.md",
".changes/optimize-dark.md",
".changes/problem-page.md",
".changes/refactor-login.md",
".changes/release-nightly.md",
".changes/rust-nightly.md",
Expand Down
11 changes: 11 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[0.1.1-nightly.11]

### New Features

- [`ded0848`](https://github.com/swpu-acm/algohub.git/commit/ded0848add538f4a8a2b79fc76ded269121dcf48) ([#41](https://github.com/swpu-acm/algohub.git/pull/41) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Support create new algorithm problem and upload test cases.
- [`1ef441e`](https://github.com/swpu-acm/algohub.git/commit/1ef441e4a29c7c011797083cba20800992ddb11b) ([#43](https://github.com/swpu-acm/algohub.git/pull/43) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Add page for problem

- Add support for microsoft Monaco editor and setup to run Monaco locally.
- Initial commit for submit code with specific language.
- Set `Rust` as default language for submit code.

## \[0.1.1-nightly.10]

### New Features
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.10"
version = "0.1.1-nightly.11"
description = "ACM Algorithm Hub"
repository = "https://github.com/swpu-acm/algohub"
readme = "../README.md"
Expand Down

0 comments on commit a6ea08b

Please sign in to comment.