Releases: onflow/flow-cli
v2.2.3
v2.2.2
What's Changed
- Bump google.golang.org/grpc from 1.67.1 to 1.68.1 by @dependabot in #1857
- Update Flowkit to v2.0.2 by @jribbink in #1861
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
⬆️ Install or Upgrade
To install or upgrade to the latest version of the Flow CLI, please follow the Flow CLI installation guide.
🚀 What's New
Consolidation of add
Command into install
We've streamlined the Dependency Manager by consolidating the add
command into the install
command. This change simplifies dependency management by providing a single, more powerful command for handling dependencies.
What Changed
- The
add
command is now deprecated and its functionality is merged intoinstall
. - You can now use
install
to add new dependencies directly, just like you did withadd
.
New Usage
flow dependencies install FlowToken
Install Multiple Dependencies at Once
The install
command now supports installing multiple dependencies in a single command, making it easier to manage several contracts simultaneously.
Example
flow dependencies install FlowToken NonFungibleToken
📚 Documentation
For detailed information on using the updated install
command and managing your dependencies, please refer to the Dependency Manager documentation.
🛠️ What's Changed
- Consolidate
add
withinstall
in Dependency Manager and allow multiple dependency installation by [@chasefleming](https://github.com/chasefleming) in [#1841](#1841) - Add deprecation message for
dev
command by [@chasefleming](https://github.com/chasefleming) in [#1799](#1799) - Bump
github.com/stretchr/testify
from1.9.0
to1.10.0
by [@dependabot](https://github.com/dependabot) in [#1844](#1844)
Full Changelog: v2.1.1...v2.2.0
v2.1.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐞 Bug Fixes
- Fix adding of alias in Dependency Manager by @chasefleming in #1836
Full Changelog: v2.1.0...v2.1.1
v2.1.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
- Updated doc links by @nialexsan in #1822
- Upgrade next scaffold by @chasefleming in #1828
- Improve the config missing message when running emulator by @chasefleming in #1835
- Bump github.com/onflow/flow-core-contracts/lib/go/templates from 1.3.1 to 1.4.0 by @dependabot in #1807
Full Changelog: v2.0.10...v2.1.0
v2.0.10
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
- Simplify and fix the transaction for the
Counter
project created by theinit
command (#1818) @chasefleming
v2.0.9
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Improve test coverprofile (#1801) @turbolent
🐞 Bug Fixes
- Fix counter script (#1802) @turbolent
Full Changelog: v2.0.8...v2.0.9
v2.0.8
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
- Remove message about flow dev in setup (#1790) @chasefleming
- Bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 (#1788) @dependabot
- Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#1782) @dependabot
- Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#1784) @dependabot
🛠 Improvements
v2.0.7
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
- Update to Cadence v1.0.0 (#1780) @jribbink
- Bump github.com/onflow/flow-evm-gateway from 0.36.3 to 0.36.4 (#1775) @dependabot
⭐ Features
🛠 Improvements
🐞 Bug Fixes
Full Changelog: v2.0.6...v2.0.7