Skip to content

Commit

Permalink
Merge pull request multiversx#1882 from multiversx/release-54-5
Browse files Browse the repository at this point in the history
Release: v0.54.5
  • Loading branch information
andrei-marinica authored Nov 28, 2024
2 parents 406e02e + b4b40e0 commit 2226062
Show file tree
Hide file tree
Showing 368 changed files with 758 additions and 737 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ They are:
- `multiversx-sdk-http`
- `multiversx-sdk-dapp`


## [sc 0.54.5] - 2024-11-28
- `ManagedVec` - deprecated `sort` and guarded it by the `alloc` feature, since it uses the allocator.
- `sc-meta`
- versioning fix;
- interactor generator fix.
- Interactors - fixed code metadata on deploy.

## [sc 0.54.4] - 2024-11-22
- `sc-meta`
- `install debugger` CLI that prepares VSCode extension for debugging;
Expand Down
101 changes: 51 additions & 50 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions contracts/benchmarks/large-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/large_storage.rs"

[dependencies.multiversx-sc]
version = "0.54.4"
version = "0.54.5"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.4"
version = "0.54.5"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/large-storage/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.4"
version = "0.54.5"
path = "../../../../framework/meta-lib"
default-features = false
6 changes: 3 additions & 3 deletions contracts/benchmarks/large-storage/wasm/Cargo.lock

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

Loading

0 comments on commit 2226062

Please sign in to comment.