v1.19.0
release-drafter
released this
16 May 18:50
·
703 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 message if conflicting contract on dependency install (#1561) @chasefleming
- Include verbose flag for version call (#1597) @ianthpun
🛠 Improvements
- Default
flow test
behaviour to test**/*_test.cdc
(#1550) @jribbink - Improve emojis across Windows versions in Dependency Manager outputs (#1558) @chasefleming
- Fix Windows tests (#1555) @jribbink
- Use Homebrew latest version instead of version.txt (#1545) @jribbink
- Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#1571) @dependabot
- Bump github.com/onflow/flow-go-sdk from 0.46.2 to 0.46.3 (#1548) @dependabot
- Bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (#1549) @dependabot
- Upgrade flowkit to v1.18.0 (#1594) @chasefleming
- Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#1593) @dependabot
🐛 Bug Fixes
- Fix contract/dependencies conflict checker (#1600) @chasefleming
- Only ask for deployments and aliases once (#1598) @chasefleming
- Fix gas limit issue automatically running emulator on
flow dev
(#1578) @chasefleming