From c550934ef1624483642bf625668c821517ae08c5 Mon Sep 17 00:00:00 2001 From: mayumi Date: Fri, 11 Jul 2025 06:53:55 +0000 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20GitHubAction=E3=81=A7Relese?= =?UTF-8?q?=E3=81=AE=E5=AE=9F=E8=A1=8C=E3=81=A8=E3=81=A8=E3=82=82=E3=81=AB?= =?UTF-8?q?Relese=E3=83=93=E3=83=AB=E3=83=89=E3=81=A8=E3=81=97=E3=81=A6?= =?UTF-8?q?=E5=85=AC=E9=96=8B=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c564dbe..6434f6c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -185,7 +185,6 @@ release: github: owner: BeesNestInc name: CassetteOS-MessageBus - draft: false prerelease: auto mode: replace name_template: "v{{ .Version }}" From 29498406b801dfe1718db00b98436b134916e250 Mon Sep 17 00:00:00 2001 From: mayumi Date: Fri, 11 Jul 2025 06:54:35 +0000 Subject: [PATCH 2/3] chore: version up --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 50bcd9c..90c8223 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.7 require ( - github.com/BeesNestInc/CassetteOS-Common v0.0.1 + github.com/BeesNestInc/CassetteOS-Common v0.0.3 github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5 github.com/glebarez/sqlite v1.7.0 github.com/gobwas/ws v1.1.0 diff --git a/go.sum b/go.sum index 0443047..53309e9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/BeesNestInc/CassetteOS-Common v0.0.1 h1:fq/4Nm7vLeo+VeIRMTxiRVG2zbbeewYjB90T9qRmL6A= -github.com/BeesNestInc/CassetteOS-Common v0.0.1/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo= +github.com/BeesNestInc/CassetteOS-Common v0.0.3 h1:W2mRVpzftP/cXCO3PyLQB5PFVKuWrn9i3JiOKfq+nqg= +github.com/BeesNestInc/CassetteOS-Common v0.0.3/go.mod h1:widQKlAywDFAdxMiSJr5t1bXU7GE9PI2cVPP1JPGCxo= github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5 h1:cjlXtmuOug5168+XRM+7iJxbd9lLkL9AgzemF7ZqoPI= github.com/CorrectRoadH/go-socket.io v1.8.0-rc.5/go.mod h1:DgupkgFQg7/js8Tr1uLYICJRGlHmKWIV6hWWTH2V2fc= github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk= From fde1c5c742e95281a67a2f56ccf6f285164c6d18 Mon Sep 17 00:00:00 2001 From: mayumi Date: Fri, 11 Jul 2025 06:58:16 +0000 Subject: [PATCH 3/3] =?UTF-8?q?doc:=20v0.0.3=E3=81=AE=E5=B1=A5=E6=AD=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c45ed..c2384e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ -## unreleased +## {{version}} + +- 他リポジトリとのバージョン整合のためバージョンを更新しました +- このバージョンではコードの変更はありません +## v0.0.3 +- ワークフローの更新。タグを打ったらReleaseされるように変更。 + +## v0.0.2 +- 他リポジトリとのバージョン整合のためバージョンを更新しました +- このバージョンではコードの変更はありません + +**関連** +CassetteOS-Gateway + +## v0.0.1 - 依存関係の更新 - Goのバージョンを1.21に更新 \ No newline at end of file