Skip to content

Commit ce30906

Browse files
committed
🔖 release v0.8.0
1 parent 6862791 commit ce30906

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Skill Deck will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.8.0] - 2026-03-02
99

1010
### Changed
1111

@@ -172,7 +172,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172172
- 深色/浅色主题切换
173173
- GitHub Actions CI/CD 构建流水线(Windows / macOS / Ubuntu)
174174

175-
[Unreleased]: https://github.com/hccake/skill-deck/compare/v0.6.0...HEAD
175+
[Unreleased]: https://github.com/hccake/skill-deck/compare/v0.8.0...HEAD
176+
[0.8.0]: https://github.com/hccake/skill-deck/compare/v0.7.0...v0.8.0
177+
[0.7.0]: https://github.com/hccake/skill-deck/compare/v0.6.0...v0.7.0
176178
[0.6.0]: https://github.com/hccake/skill-deck/compare/v0.5.0...v0.6.0
177179
[0.5.0]: https://github.com/hccake/skill-deck/compare/v0.4.0...v0.5.0
178180
[0.4.0]: https://github.com/hccake/skill-deck/compare/v0.3.2...v0.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skill-deck",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "app"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

0 commit comments

Comments
 (0)