Skip to content

Commit 98e4390

Browse files
committed
sdk 0.8.2
1 parent 1a568b6 commit 98e4390

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ They are:
3232
- `multiversx-sdk-http`
3333
- `multiversx-sdk-dapp`
3434

35-
## [sc 0.56.1, chain 0.13.1] - 2025-02-06
35+
## [sc 0.56.1, chain 0.13.1, sdk 0.8.2] - 2025-02-06
3636
- Allow setting gas for callback for direct transfers.
3737
- NestedEncode for interaction types: TestAddress, TestScAddress and TestTokenIdentifier.
3838
- Bugfix: pretty representation for ManagedAddress when debugging.

Cargo.lock

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

framework/snippets/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ version = "0.23.0"
4040
path = "../../sdk/scenario-format"
4141

4242
[dependencies.multiversx-sdk]
43-
version = "=0.8.1"
43+
version = "=0.8.2"
4444
path = "../../sdk/core"
4545

4646
[dependencies.multiversx-sdk-http]
47-
version = "=0.8.1"
47+
version = "=0.8.2"
4848
path = "../../sdk/http"
4949
optional = true
5050
default-features = false
5151

5252
[dependencies.multiversx-sdk-dapp]
53-
version = "=0.8.1"
53+
version = "=0.8.2"
5454
path = "../../sdk/dapp"
5555
optional = true

sdk/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multiversx-sdk"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55

66
authors = [

sdk/dapp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multiversx-sdk-dapp"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55

66
authors = ["MultiversX <contact@multiversx.com>"]
@@ -26,5 +26,5 @@ itertools = "0.14.0"
2626
log = "0.4.17"
2727

2828
[dependencies.multiversx-sdk]
29-
version = "=0.8.1"
29+
version = "=0.8.2"
3030
path = "../core"

sdk/http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multiversx-sdk-http"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55

66
authors = [
@@ -30,5 +30,5 @@ itertools = "0.14.0"
3030
log = "0.4.17"
3131

3232
[dependencies.multiversx-sdk]
33-
version = "=0.8.1"
33+
version = "=0.8.2"
3434
path = "../core"

0 commit comments

Comments
 (0)