From 77ec851732114bfd3e895b2d3696fb9ada99ec09 Mon Sep 17 00:00:00 2001 From: tiehongji Date: Tue, 30 Jun 2026 23:24:52 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4d970a..b17a386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@volcengine/mediakit-cli", - "version": "0.1.6-beta.2", + "version": "0.1.6", "description": "MediaKit CLI with multi-platform binary distribution via npm", "license": "MIT", "bin": { From 920d5dc781286ed39bf3331e988175677c54509a Mon Sep 17 00:00:00 2001 From: tiehongji Date: Tue, 30 Jun 2026 23:29:44 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index f7e0d25..83aab96 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,9 @@ module mediakit-cli go 1.22 -require github.com/spf13/cobra v1.10.2 - require ( - github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/spf13/pflag v1.0.9 // indirect + github.com/spf13/cobra v1.10.2 + github.com/spf13/pflag v1.0.9 ) + +require github.com/inconshreveable/mousetrap v1.1.0 // indirect \ No newline at end of file From 04eef871d715f75e5474632ccc531723de969d77 Mon Sep 17 00:00:00 2001 From: tiehongji Date: Tue, 30 Jun 2026 23:38:18 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 83aab96..02a313c 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( github.com/spf13/pflag v1.0.9 ) -require github.com/inconshreveable/mousetrap v1.1.0 // indirect \ No newline at end of file +require github.com/inconshreveable/mousetrap v1.1.0 // indirect