Skip to content

Commit 4bc9c64

Browse files
release: bump version (#86)
chore: publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com>
1 parent afa61d5 commit 4bc9c64

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
@@ -12,6 +12,7 @@
1212
".changes/fix-dark-mode.md",
1313
".changes/fix-layout.md",
1414
".changes/fix-login.md",
15+
".changes/fix-md-preview.md",
1516
".changes/fix-sha256.md",
1617
".changes/fix-tauri-version.md",
1718
".changes/fix-toast.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-alpha.11]
4+
5+
### Bug Fixes
6+
7+
- [`afa61d5`](https://github.com/swpu-acm/algohub.git/commit/afa61d5ab6eefd5d334a54593598aaf7eadc06bb) ([#85](https://github.com/swpu-acm/algohub.git/pull/85) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix scroll height of rendered markdown in preview mode.
8+
39
## \[0.1.1-alpha.10]
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-alpha.10"
3+
version = "0.1.1-alpha.11"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)