Skip to content

Commit

Permalink
sc 0.52.0, codec 0.20.1 (update)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 31, 2024
1 parent f41acc8 commit 70455fa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ They are:
- `multiversx-chain-scenario-format`, in short `scenario-format`, scenario JSON serializer/deserializer, 1 crate.
- `multiversx-sdk`, in short `sdk`, allows communication with the chain(s), 1 crate.

## [sc 0.52.0] - 2024-07-31
## [sc 0.52.0, codec 0.20.1] - 2024-07-31
- ManagedBufferReadToEnd type, which flushed a nested data buffer.
- Fixed hex and binary formatters for byte slices.
- Added EI 1.4 and 1.5 configs.
- Dependency upgrades.

## [sc 0.51.1]
- `sc-meta upgrade` bugfix.
Expand Down
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 data/codec-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-sc-codec-derive"
version = "0.20.0"
version = "0.20.1"
edition = "2021"

authors = ["dorin.iancu <[email protected]>", "Andrei Marinica <[email protected]>", "MultiversX <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions data/codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-sc-codec"
version = "0.20.0"
version = "0.20.1"
edition = "2021"

authors = ["Andrei Marinica <[email protected]>", "MultiversX <[email protected]>"]
Expand All @@ -18,7 +18,7 @@ derive = ["multiversx-sc-codec-derive"]

[dependencies.multiversx-sc-codec-derive]
path = "../codec-derive"
version = "=0.20.0"
version = "=0.20.1"
optional = true

[dependencies]
Expand All @@ -28,4 +28,4 @@ unwrap-infallible = "0.1.5"

[dev-dependencies.multiversx-sc-codec-derive]
path = "../codec-derive"
version = "=0.20.0"
version = "=0.20.1"
2 changes: 1 addition & 1 deletion framework/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ version = "=0.52.0"
path = "../derive"

[dependencies.multiversx-sc-codec]
version = "=0.20.0"
version = "=0.20.1"
path = "../../data/codec"
features = ["derive"]

0 comments on commit 70455fa

Please sign in to comment.