Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 1.06 KB

Version 0.6.1 (2020-05-12)

  • Fix LTO regressions in nightly toolchain #52

Version 0.6.0 (2020-03-25)

  • First release to crates.io
  • Use subxt release from crates.io

Version 0.5.0 (2020-03-18)

  • Upgrades dependencies #45
  • Update template to ink! 2.0 dependencies #47

Version 0.4.1 (2020-02-26)

  • Fix: fail the whole build process if the contract build fails.

Version 0.4.0 (2020-02-26)

  • Minimize contract wasm binary size:
    • Run wasm-opt on the contract Wasm binary.
    • Uses cargo-xbuild to build custom sysroot crates without panic string bloat.
    • Automatically removes the rlib crate type from Cargo.toml, removing redundant metadata.
  • Removes requirement for linker args specified in .cargo/config.
  • Added --verbose and --quiet flags for build and generate-metadata commands.