v2.12.0
·
20 commits
to refs/heads/master
since this release
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
- Include
mainnet-forkin defaultflow.json(#2220) @jribbink - Update
flow devdeprecation message (#2219) @chasefleming - Fix nested paths in
flow cadence lint(#2213) @jribbink - Bump github.com/onflow/flow-evm-gateway from 1.4.2 to 1.4.3 (#2216) @dependabot
- refactor: replace interface{} with any for clarity and modernization (#2205) @bigmoonbit
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#2217) @dependabot
- Update to Cadence v1.8.7 (#2215) @jribbink
- Bump github.com/getsentry/sentry-go from 0.39.0 to 0.40.0 (#2206) @dependabot
- Bump github.com/onflow/fcl-dev-wallet from 0.8.0 to 0.9.1 (#2208) @dependabot
- Bump github.com/getsentry/sentry-go from 0.36.2 to 0.39.0 (#2195) @dependabot
- Bump golang.org/x/term from 0.36.0 to 0.37.0 (#2197) @dependabot
- Bump actions/checkout from 5 to 6 (#2200) @dependabot
- Bump actions/setup-go from 5 to 6 (#2201) @dependabot
- Include system transactions in
flow blocks get <txid> --include transactions(#2211) @jribbink - Support Cadence import aliasing in Dependency Manager (#2192) @chasefleming
- Allow
flow cadence lintwith empty args (#2212) @jribbink