Skip to content

Commit

Permalink
Publish v0.7.4 (#2940)
Browse files Browse the repository at this point in the history
To merge after #2939
  • Loading branch information
tomaka authored Oct 27, 2022
1 parent efbcf00 commit 16d2ea3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions bin/wasm-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.7.4 - 2022-10-27

### Changed

- The `payment_queryInfo` JSON-RPC function now works with runtimes that have defined the type of `Balance` to be less than 16 bytes. ([#2914](https://github.com/paritytech/smoldot/pull/2914))
Expand Down
4 changes: 2 additions & 2 deletions bin/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 bin/wasm-node/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/smoldot-light",
"version": "0.7.3",
"version": "0.7.4",
"description": "Light client that connects to Polkadot and Substrate-based blockchains",
"author": "Parity Technologies <[email protected]>",
"license": "GPL-3.0-or-later WITH Classpath-exception-2.0",
Expand Down
2 changes: 1 addition & 1 deletion bin/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 = "0.7.3"
version = "0.7.4"
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
description = "Browser bindings to a light client for Substrate-based blockchains"
repository = "https://github.com/paritytech/smoldot"
Expand Down

0 comments on commit 16d2ea3

Please sign in to comment.