Releases: multiversx/mx-sdk-py-cli
Releases · multiversx/mx-sdk-py-cli
v1.3.1
What's Changed
- Re-add the pattern erdpy/wallet/*.txt in MANIFEST.in. Was removed by mistake in a previous release. by @andreibancioiu in #133
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Prepare integration with erdjs-snippets (from templates) by @andreibancioiu in #126
- Move test wallets to a separate repository. Handle them as an erdpy dependency. by @andreibancioiu in #127
- Fix log for builds using absolute paths. by @andreibancioiu in #128
- CLI output builder: remove deprecated fields. by @andreibancioiu in #129
- Prepare release 1.3.0. by @andreibancioiu in #130
- Set proper permissions for "create release". by @andreibancioiu in #131
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.21
- New command
erdpy wallet new
, which generates a new wallet mnemonic and optionally saves it to JSON or PEM - Add support for Rust contract
meta
crates - Update reference to the renamed VM repository (VM dependency is now named
vmtools
) - Change
erdpy deps install all
to avoid installing / overwriting non-repository dependencies, e.g. Rust, LLVM, Go - Update help strings and
CLI.md