Skip to content

Releases: onflow/flow-cli

Version 0.14.0

Choose a tag to compare

@psiemens psiemens released this 22 Feb 01:44

⭐ Features

Project Commands

#42, #64, #54 by @sideninja, @psiemens

⚠️ Project commands are an experimental feature. Functionality is subject to change.

This update includes the flow project command group, a new experimental feature that makes it easier to develop Flow dapps with the CLI.

The initial release includes the following commands:

🛠 Improvements

📖 Documentation

v0.13.4

Choose a tag to compare

@turbolent turbolent released this 04 Feb 00:46

🛠 Improvements

v0.13.3

Choose a tag to compare

@github-actions github-actions released this 02 Feb 19:34

🐞 Bug Fixes

v0.13.2

Choose a tag to compare

@turbolent turbolent released this 23 Jan 00:34

🐞 Bug Fixes

  • Update to Cadence v0.12.5, Go SDK v0.14.2, and Emulator v0.14.1 (#41) @turbolent

v0.13.1

Choose a tag to compare

@turbolent turbolent released this 20 Jan 20:40

💥 Breaking Changes

Update to Cadence v0.12 and Emulator v0.14

This release updates Cadence from version 0.10 to version 0.12 (v0.12.3), the Emulator to version 0.14.0, along with the Go SDK to version 0.14.1, and Flow Go to commit 79985711a957.

Cadence v0.11 contained breaking changes, so please read its release notes and the migration guide for hints on how to upgrade your code if needed.

The Testnet will be updated to Cadence v0.12 in an upcoming spork on Jan 27, 2021!

Storage Capacity

The emulator in this release also implements and enforces (by default) storage capacity and storage limits.

Please test deployment of your contracts and interactions with them when storage limits are enforced.
When the storage limit is exceeded, deposit more FLOW tokens into the account's FLOW vault.

It is not recommended, but you can disable storage limits using the command line option --storage-limit=false.

Storage capacity will start to be enforced in an upcoming spork of the Testnet on Jan 27, 2021!

v0.12.3

Choose a tag to compare

@github-actions github-actions released this 24 Dec 19:19

🐞 Bug Fixes

  • Set default service account key type to hex (#17) @psiemens

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 22:00

⭐ Features

  • Add add-contract command (#13)

🛠 Improvements

  • Improve validation (#14)

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 00:16

🐞 Bug Fixes

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 19:03
c8c6d8a

General

⭐ Features

🛠 Improvements