Skip to content

Commit cfa8f75

Browse files
committed
release 🔖: v0.1.1
1 parent 61455a2 commit cfa8f75

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 📄 更新日志
22

3+
## [0.1.1](https://github.com/ddki/devEnvLite/compare/...v0.1.1) (2025-09-09)
4+
5+
### ✨ 新增功能 | A new feature
6+
7+
* :sparkles: v0.1.0 done ([760f8ed](https://github.com/ddki/devEnvLite/commit/760f8edc19b1b4c43ac11d25581e9a63e6dd4e90))
8+
9+
### 🐛 修复缺陷 | A bug fix
10+
11+
* **ui,docs,build:** :bug: fix issues ([61455a2](https://github.com/ddki/devEnvLite/commit/61455a22ccf44f9abe6fec4b34f5d58cd4fd5ae0)), closes [#1](https://github.com/ddki/devEnvLite/issues/1) [#2](https://github.com/ddki/devEnvLite/issues/2) [#3](https://github.com/ddki/devEnvLite/issues/3) [#4](https://github.com/ddki/devEnvLite/issues/4)
12+
313
## [0.1.0](https://github.com/ddki/devEnvLite/compare/...v0.1.0) (2025-09-09)
414

515
### ✨ 新增功能 | A new feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devenvlite",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --mode development",

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 = "devenvlite"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "一个环境变量管理和配置工具。 A lightweight tool for managing and configuring environment variables. "
55
authors = ["ddki"]
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": "DevEnvLite",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "devenvlite.ddki.io.github",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)