Skip to content

Commit c9eafa7

Browse files
committed
🔖 release: v0.1.10
1 parent da6a566 commit c9eafa7

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGE_LOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 📄 更新日志
22

3+
## [0.1.10](https://github.com/ddki/idcard-generator-tauri/compare/v0.1.9...v0.1.10) (2024-10-11)
4+
5+
### ✨ 新增功能 | A new feature
6+
7+
- :sparkles: upgrade tauri to 2.0.2 ([da6a566](https://github.com/ddki/idcard-generator-tauri/commit/da6a5662a47a2e7822fcc63376ba90ccdb0dd4d4))
8+
39
## [0.1.9](https://github.com/ddki/idcard-generator-tauri/compare/v0.1.8...v0.1.9) (2024-05-31)
410

511
### 📦️ 构建相关 | Changes that affect the build system or external dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idcard-generator",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"author": "ddki",
55
"private": true,
66
"type": "module",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "idcard-generator"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "中国居民身份证生成器"
55
authors = [ "ddki" ]
66
license = ""
@@ -24,13 +24,13 @@ tauri-plugin-store = "2.0.1"
2424
tauri-plugin-notification = "2.0.1"
2525
log = "0.4.22"
2626

27-
[dependencies.serde]
28-
version = "1.0"
29-
features = [ "derive" ]
27+
[dependencies.serde]
28+
version = "1.0"
29+
features = [ "derive" ]
3030

31-
[dependencies.tauri]
32-
version = "2.0.2"
33-
features = [ "devtools", "tray-icon", "config-json5" ]
31+
[dependencies.tauri]
32+
version = "2.0.2"
33+
features = [ "devtools", "tray-icon", "config-json5" ]
3434

3535
[features]
3636
default = [ "custom-protocol" ]

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
33
"productName": "idcard-generator",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"identifier": "idcard-generator.ddki.github.io",
66
"build": {
77
"beforeBuildCommand": "pnpm run build",

0 commit comments

Comments
 (0)