From f3b77c117986a24949ef6ad6e33ba704049c1ee4 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Tue, 18 Feb 2025 12:37:27 -0600 Subject: [PATCH 1/3] bumps: no sdk fork change though --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9a297558..651a188b 100644 --- a/go.mod +++ b/go.mod @@ -129,7 +129,7 @@ require ( github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect github.com/gogo/googleapis v1.4.1 // indirect github.com/gogo/protobuf v1.3.3 // indirect - github.com/golang/glog v1.2.3 // indirect + github.com/golang/glog v1.2.3 // indirect; indirect8f56a (bumps: no sdk fork change though) github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/mock v1.6.0 // indirect github.com/golang/protobuf v1.5.4 // indirect From 3fda170db08776ac765fe02459b99e5bfc689706 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Tue, 18 Feb 2025 13:00:23 -0600 Subject: [PATCH 2/3] bump to `v0.50.11` --- README.md | 2 +- .../version-v0.50.x/01-setup/02-install-spawn.md | 2 +- install.sh | 2 +- scripts/bump_docs.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a90a2ff4..38a81257 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you do not have [`go 1.22+`](https://go.dev/doc/install), [`Docker`](https:// ```bash # Download the the Spawn repository -git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.10 +git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.11 cd spawn # Install Spawn diff --git a/docs/versioned_docs/version-v0.50.x/01-setup/02-install-spawn.md b/docs/versioned_docs/version-v0.50.x/01-setup/02-install-spawn.md index b31868a7..456e5108 100644 --- a/docs/versioned_docs/version-v0.50.x/01-setup/02-install-spawn.md +++ b/docs/versioned_docs/version-v0.50.x/01-setup/02-install-spawn.md @@ -19,7 +19,7 @@ Install Spawn from source. ```bash # Install from latest source -git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.10 +git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.11 # Change to this directory cd spawn diff --git a/install.sh b/install.sh index 745be31c..9f9d6fca 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash # -VERSION=${1:-"v0.50.10"} +VERSION=${1:-"v0.50.11"} BASE_URL="https://github.com/rollchains/spawn/releases/download/$VERSION" ARCH=$(uname -m) diff --git a/scripts/bump_docs.sh b/scripts/bump_docs.sh index e1880e89..1926312b 100644 --- a/scripts/bump_docs.sh +++ b/scripts/bump_docs.sh @@ -1,7 +1,7 @@ # bumps docs versions for spawn -OLD_VERSION=v0.50.9 -NEW_VERSION=v0.50.10 +OLD_VERSION=v0.50.10 +NEW_VERSION=v0.50.11 findAndReplace() { find . -type f -name "$1" -not -path "*node_modules*" -exec sed -i "$2" {} \; From 621736be4e649fbf87365ac5922684f729ef276b Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Wed, 19 Feb 2025 01:19:47 -0600 Subject: [PATCH 3/3] fix: comment --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 651a188b..9a297558 100644 --- a/go.mod +++ b/go.mod @@ -129,7 +129,7 @@ require ( github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect github.com/gogo/googleapis v1.4.1 // indirect github.com/gogo/protobuf v1.3.3 // indirect - github.com/golang/glog v1.2.3 // indirect; indirect8f56a (bumps: no sdk fork change though) + github.com/golang/glog v1.2.3 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/mock v1.6.0 // indirect github.com/golang/protobuf v1.5.4 // indirect