Skip to content

Commit 1d03cd8

Browse files
chore(release): v0.3.21
1 parent a52a86f commit 1d03cd8

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.21](https://github.com/Rito-w/skills-manager/compare/v0.3.20...v0.3.21) (2026-03-18)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing mut keyword for Windows reserved names check ([a52a86f](https://github.com/Rito-w/skills-manager/commit/a52a86f870eb7f28abb0faaf6df303d7fc2c5da2))
11+
512
### [0.3.20](https://github.com/Rito-w/skills-manager/compare/v0.3.19...v0.3.20) (2026-03-18)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skills-manager-gui",
33
"private": true,
4-
"version": "0.3.20",
4+
"version": "0.3.21",
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 = "skills-manager-gui"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "skills-manager-gui",
4-
"version": "0.3.20",
4+
"version": "0.3.21",
55
"identifier": "com.wrt.skills-manager-gui",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)