Skip to content

Commit 0ab3d2d

Browse files
authored
Publish v2.0.39 (smol-dot#2178)
1 parent cbbc5f2 commit 0ab3d2d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.0.39 - 2025-09-15
6+
57
### Fixed
68

79
- Fix panic when executing proofs in some situations caused by the proof analysis not producing a correct value. ([#2176](https://github.com/smol-dot/smoldot/pull/2176))

wasm-node/javascript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-node/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoldot",
3-
"version": "2.0.38",
3+
"version": "2.0.39",
44
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
55
"contributors": [
66
"Parity Technologies <admin@parity.io>",

wasm-node/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smoldot-light-wasm"
3-
version = "2.0.38"
3+
version = "2.0.39"
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)