From c72548d09942b41774dd422a524cb247893d1775 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sat, 15 Nov 2025 11:55:34 +0100 Subject: [PATCH 1/2] v0.5.4 --- .github/workflows/ci.yml | 2 +- json_rpc.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e68ebce..d005572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@verbose-build + uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@master with: nimble-version: 6fe9d817a70a14fa57022a9cca46eb443ee5a040 test-command: | diff --git a/json_rpc.nimble b/json_rpc.nimble index dba3677..05e14bf 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -10,7 +10,7 @@ mode = ScriptMode.Verbose packageName = "json_rpc" -version = "0.5.2" +version = "0.5.4" author = "Status Research & Development GmbH" description = "Ethereum remote procedure calls" license = "Apache License 2.0" From 49b5c53d1e8a28eedeb34bdc216bf15995b78f41 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sat, 15 Nov 2025 11:56:42 +0100 Subject: [PATCH 2/2] oops --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d005572..29b3d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@master + uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main with: nimble-version: 6fe9d817a70a14fa57022a9cca46eb443ee5a040 test-command: |