Skip to content

Releases: onflow/flow-cli

v1.3.3

20 Jul 15:56
3a88aa4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

17 Jul 20:53
6aa41a2
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🛠 Improvements

Version 1.3.1

23 Jun 21:25
9f62297
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

Version 1.3.0

16 Jun 19:59
c0ab2d9
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🛠 Improvements

Version 1.2.0

08 Jun 18:50
03cdc33
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

🛠 Improvements

🐞 Bug Fixes

  • Fix Windows install script PATH environment variable behavior (#1059) @jribbink

Version 1.1.1

06 Jun 18:32
9729aba
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🛠 Improvements

🐞 Bug Fixes

Version 1.1.0

23 May 18:47
c2d7cb2
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

⭐ Features

🛠 Improvements

📖 Documentation

Version 1.0.2

26 Apr 20:53
5b6d176
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🛠 Improvements

🐞 Bug Fixes

  • Fix regression for contract diff with flow projects deploy command (#1001) @chasefleming

Version 1.0.1

25 Apr 19:12
6a954b2
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

⬆️ Install or Upgrade

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

🛠 Improvements

⭐ Features

  • Expose CoverageReport through EmulatorGateway (#995) @m-Peter

🐞 Bug Fixes

📖 Documentation


Version 1.0.0

24 Apr 16:50
1a9e45f
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

🎉 CLI and Flowkit 1.0.0 (#889) @sideninja

Version 1.0.0 of the CLI and flowkit marks a significant milestone and brings important improvements to both the CLI and the flowkit module. The codebase has been thoroughly optimized to enhance test coverage and increase stability. As part of this update, we have refactored the flowkit module to expose clearer and more straightforward APIs. Additionally, we have moved the module from github.com/onflow/pkg/flowkit to github.com/onflow/flowkit and started to officially tag the flowkit as a standalone module. The flowkit documentation is available and we welcome you to read it.

⚠️ We want to note that there were many breaking API changes made in this update. To help you update your code, we have provided a detailed changelog. Please take some time to review it before updating your code to version 1.0.0 of the flowkit.

Version 1.0.0 of the CLI represents a major step forward in terms of stability, but it does not introduce any new features. Going forward, we will adhere to semantic versioning for both the CLI and the flowkit module. For the CLI, this means that any breaking changes in flow.json or command APIs will trigger a version bump.

We want to express our gratitude to the many contributors who helped make this release possible. Special thanks to @bjartek, @bluesign, @m-Peter, @MaxStalker, @DylanTinianov, @chasefleming, @janezpodhostnik, @psiemens, @turbolent, and the other 41 contributors who contributed to this version of the CLI. Your hard work and dedication to the project are greatly appreciated. 👏 🍻

🛠 Improvements

🐞 Bug Fixes