v1.15.0
release-drafter
released this
15 Mar 18:46
·
821 commits
to master
since this release
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
- Add
flow cadence lint
command (#1448) @jribbink - Generate contract test file along with contract boilerplate in
generate
command (#1451) @chasefleming - Add
flow migrate state
command (#1426) @jribbink - Start emulator on
flow dev
with--start-emulator
flag (#1439) @chasefleming
🛠 Improvements
- Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#1445) @dependabot
- Bump github.com/rs/zerolog from 1.29.0 to 1.32.0 (#1446) @dependabot
- Port broken build fix to
feature/stable-cadence
(#1443) @jribbink