Skip to content

Commit

Permalink
Publish v2.0.29 (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Jun 17, 2024
1 parent d204e6d commit 4a630b1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion light-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smoldot-light"
version = "0.16.1"
version = "0.16.2"
description = "Browser bindings to a light client for Substrate-based blockchains"
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions wasm-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.29 - 2024-06-17

### Fixed

- 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))
Expand Down
4 changes: 2 additions & 2 deletions wasm-node/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm-node/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smoldot",
"version": "2.0.28",
"version": "2.0.29",
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
"contributors": [
"Parity Technologies <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion wasm-node/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smoldot-light-wasm"
version = "2.0.28"
version = "2.0.29"
description = "Browser bindings to a light client for Substrate-based blockchains"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 4a630b1

Please sign in to comment.