Skip to content

Commit 26018fa

Browse files
committed
v0.1.3
1 parent ad91268 commit 26018fa

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
- Windows (x64)
4242
- macOS (arm64)
4343
- Linux (x64)
44-
44+
45+
### 日志
46+
修复了配置文件中,正则表达式不生效的问题
4547
build-release:
4648
name: Build ${{ matrix.target }}
4749
needs: build

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ExcelToXML"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)