Skip to content

Commit

Permalink
Publish v0.7.5 (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Oct 31, 2022
1 parent fba43ad commit 31849e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 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.

7 changes: 3 additions & 4 deletions bin/wasm-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## 0.7.5 - 2022-10-31

### Fixed

- Fix the `state_getKeysPaged` JSON-RPC function returning incorrect results in some situations. ([#2947](https://github.com/paritytech/smoldot/pull/2947))
- When opening a WebRTC connection, the ufrag and password of SDP requests are now properly set according to the WebRTC libp2p specification. ([#2924](https://github.com/paritytech/smoldot/pull/2924))

## 0.7.4 - 2022-10-27

Expand All @@ -20,10 +23,6 @@
- Fix errors showing in the browser's console about WebSockets being already in the CLOSING or CLOSED state. ([#2925](https://github.com/paritytech/smoldot/pull/2925))
- No longer panic when a WebRTC connection fails to open due to the browser calling callbacks in an unexpected order. ([#2936](https://github.com/paritytech/smoldot/pull/2936))

### Fixed

- When opening a WebRTC connection, the ufrag and password of SDP requests are now properly set according to the WebRTC libp2p specification. ([#2924](https://github.com/paritytech/smoldot/pull/2924))

## 0.7.3 - 2022-10-19

### Changed
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.4",
"version": "0.7.5",
"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.4"
version = "0.7.5"
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 31849e4

Please sign in to comment.