From 97c39e15a062482cd6f82befeb7c65b550a303f1 Mon Sep 17 00:00:00 2001 From: huangshan Date: Sun, 19 Apr 2026 22:19:28 +0800 Subject: [PATCH 1/2] chore(release): v0.0.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 CI 构建产物命名与 install.js 不一致导致 404 - 提取 parse_proc_net_entries 纯解析函数修复 Linux CI 测试 - 重组文档结构,按语言和主题拆分到 docs/ 目录 --- .github/workflows/release.yml | 8 ++++---- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36495a5..1c4642c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,25 +127,25 @@ jobs: runner: windows-latest target: x86_64-pc-windows-msvc binary: ziro.exe - asset: ziro-windows-x86_64.zip + asset: windows-x64.zip - name: Linux x64 os: linux runner: ubuntu-latest target: x86_64-unknown-linux-gnu binary: ziro - asset: ziro-linux-x86_64.zip + asset: linux-x64.zip - name: Linux ARM64 os: linux runner: ubuntu-latest target: aarch64-unknown-linux-gnu binary: ziro - asset: ziro-linux-aarch64.zip + asset: linux-aarch64.zip - name: macOS ARM64 os: macos runner: macos-latest target: aarch64-apple-darwin binary: ziro - asset: ziro-macos-aarch64.zip + asset: macos-aarch64.zip steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.88.0 diff --git a/Cargo.toml b/Cargo.toml index 313979a..9656a85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ziro" -version = "0.0.24" +version = "0.0.25" edition = "2024" authors = ["huangshan"] description = "Cross-platform port management tool - quickly find and kill processes occupying ports" diff --git a/package.json b/package.json index 720f50f..fdfd291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ithinku/ziro", - "version": "0.0.24", + "version": "0.0.25", "description": "跨平台端口管理工具 - 快速查找和终止占用端口的进程", "main": "bin/ziro.js", "bin": { From 075cb56873bd62e6958d0b38a7fcbcb646eb51b0 Mon Sep 17 00:00:00 2001 From: huangshan Date: Sun, 19 Apr 2026 22:20:49 +0800 Subject: [PATCH 2/2] chore(release): v0.0.26 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9656a85..cfe68ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ziro" -version = "0.0.25" +version = "0.0.26" edition = "2024" authors = ["huangshan"] description = "Cross-platform port management tool - quickly find and kill processes occupying ports" diff --git a/package.json b/package.json index fdfd291..600eccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ithinku/ziro", - "version": "0.0.25", + "version": "0.0.26", "description": "跨平台端口管理工具 - 快速查找和终止占用端口的进程", "main": "bin/ziro.js", "bin": {