Skip to content

Version 0.15.0

Compare
Choose a tag to compare
@psiemens psiemens released this 11 Mar 05:35
· 5274 commits to master since this release

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

💥 Breaking Changes

The API for flow scripts execute has changed.

Previous version (v0.14.0):

flow scripts execute script.cdc

New version (v0.15.0):

flow scripts execute --code=script.cdc

⭐ Features

🛠 Improvements

  • Update to Cadence v0.13.5-no-id-caching and Emulator v0.16.1 (#107) @turbolent
  • Update Cadence Language Server to v0.13.1 (#89) @turbolent
  • Update Cadence v0.13.0, Go SDK v0.15.0, and Emulator v0.15.0 (#85) @turbolent
  • Update new account configuration format to be backwards compatible (#105) @sideninja
  • Update max message size for results (#76) @Kay-Zee
  • Fix UFix64 formatting (#94) @janezpodhostnik

🐞 Bug Fixes

📖 Documentation

  • README fixes (#73) @sideninja

🏠 Housekeeping