Releases: onflow/flow-cli
Version 0.36.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Secure Cadence Emulator
This update includes an Emulator update with latest version of Cadence, v0.24 (Secure Cadence) (in particular, v0.24.1), which includes a number of breaking changes as announced here: https://forum.onflow.org/t/breaking-changes-coming-with-secure-cadence-release/3052.
🛠 Improvements
- Handle panic from event parsing argument types that causes CLI to crash by @sukantoraymond in #512
- Update Secure Cadence by @sideninja and @turbolent in #516
Full Changelog: v0.35.0...v0.36.0
Version 0.35.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Secure Cadence Emulator
This update includes an emulator update with latest secure Cadence, which includes a number of breaking changes as announced here: https://forum.onflow.org/t/breaking-changes-coming-with-secure-cadence-release/3052.
🛠 Improvements
Version 0.34.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
- Remove Visual Studio Code extension (#496) @turbolent
🛠 Improvements
- Added aarch64 to install script (#506) @ryokik
- Don't upper bound the license headers year (#476) @sideninja
- Expose emulator log on FlowKit gateway (#494) @bluesign
🐞 Bug Fixes
- Fix deploying projects with the same account addresses (#499) @sukantoraymond
Version 0.33.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update flow emulator version (#489) @sideninja
Version 0.33.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Emulator upgrade to v0.31.0 (#485) @janezpodhostnik
💥 Breaking Changes
The emulator had a breaking change, if the emulator is run with the --transaction-fees flag (i.e. flow emulator --verbose --transaction-fees). More about this in the emulator v0.31.0 release notes and in the Variable Transaction Fees: Execution Effort FLIP.
Version 0.32.3
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update fcl-dev wallet with bugfix (#482) @sideninja
Version 0.32.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
Version 0.32.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
- FCL Dev Wallet dependency update with bugfix #473 @sideninja
Version 0.32.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
FCL Dev Wallet
The FCL Dev Wallet is now integrated into the CLI and it can be simply started using the flow dev-wallet command. #467 @sideninja
📖 Documentation
- Documentation updates #471 @marcoroth
Version 0.31.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
Argument parsing for transactions
Arguments parsing for transactions was fixed so it handles multiple functions declarations (#465) @bluesign