From 33fcaf4dfd25667f6d082ee57b7f506756ae81c8 Mon Sep 17 00:00:00 2001 From: Phi Date: Wed, 18 Sep 2024 09:36:34 +0200 Subject: [PATCH 1/2] chore: bump version to v1.29.3-dev chore: bump version to v1.29.3-dev --- build/openrpc/full.json | 2 +- build/openrpc/gateway.json | 2 +- build/openrpc/miner.json | 2 +- build/openrpc/worker.json | 2 +- build/version.go | 2 +- documentation/en/cli-lotus.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/openrpc/full.json b/build/openrpc/full.json index 4bae60f82a4..3465afe9058 100644 --- a/build/openrpc/full.json +++ b/build/openrpc/full.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/gateway.json b/build/openrpc/gateway.json index bea5f05e307..8448a0664ea 100644 --- a/build/openrpc/gateway.json +++ b/build/openrpc/gateway.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/miner.json b/build/openrpc/miner.json index ccce20570db..ec9f05e97d2 100644 --- a/build/openrpc/miner.json +++ b/build/openrpc/miner.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/openrpc/worker.json b/build/openrpc/worker.json index a4da54792ec..489f8b7128f 100644 --- a/build/openrpc/worker.json +++ b/build/openrpc/worker.json @@ -2,7 +2,7 @@ "openrpc": "1.2.6", "info": { "title": "Lotus RPC API", - "version": "1.29.1-dev" + "version": "1.29.3-dev" }, "methods": [ { diff --git a/build/version.go b/build/version.go index 0a72a46e766..a06fe3d5a00 100644 --- a/build/version.go +++ b/build/version.go @@ -7,7 +7,7 @@ import ( ) // NodeBuildVersion is the local build version of the Lotus daemon -const NodeBuildVersion string = "1.29.1-dev" +const NodeBuildVersion string = "1.29.3-dev" func NodeUserVersion() BuildVersion { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index 3996f0c3654..c011661914f 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -7,7 +7,7 @@ USAGE: lotus [global options] command [command options] [arguments...] VERSION: - 1.29.1-dev + 1.29.3-dev COMMANDS: daemon Start a lotus daemon process From fea6d24b78414f09ae57477e10819c5b2767552b Mon Sep 17 00:00:00 2001 From: Phi Date: Wed, 18 Sep 2024 09:44:58 +0200 Subject: [PATCH 2/2] chore: Update Changelog chore: Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 049f3f1e492..9b6fe159278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ - Update BLS dependency to fix [filecoin-project/lotus#12467](https://github.com/filecoin-project/lotus/pull/12467). +# UNRELEASED v1.29.2 + +See https://github.com/filecoin-project/lotus/blob/release/v1.29.2/CHANGELOG.md + # Node v1.29.0 / 2024-09-02 This is a Lotus Node only release, which includes a variety of new features, improvements, and fixes, particularly focused on enhancing ETH RPC functionality. Key highlights of this release include: