Skip to content

Commit 4a630b1

Browse files
authored
Publish v2.0.29 (#1875)
1 parent d204e6d commit 4a630b1

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-base/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Browser bindings to a light client for Substrate-based blockchains"
55
authors.workspace = true
66
license.workspace = true

wasm-node/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.29 - 2024-06-17
6+
57
### Fixed
68

79
- Fix runtime service getting stuck if it was subscribed to before the GrandPa warp sync finishes, and that the runtime of the finalized block in the chain specification is available on the peer-to-peer network. ([#1874](https://github.com/smol-dot/smoldot/pull/1874))

wasm-node/javascript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoldot",
3-
"version": "2.0.28",
3+
"version": "2.0.29",
44
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
55
"contributors": [
66
"Parity Technologies <[email protected]>",

wasm-node/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light-wasm"
3-
version = "2.0.28"
3+
version = "2.0.29"
44
description = "Browser bindings to a light client for Substrate-based blockchains"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)