Releases: onflow/flow-cli
v1.20.5
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
🛠 Improvements
- Fix counter path from
init
by @chasefleming in #1648 - Create gitignore file on
init
for imports and emulator key by @chasefleming in #1651
Full Changelog: v1.20.4...v1.20.5
v1.20.4
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🐛 Bug Fixes
- Fix
generate
command for contracts (#1644) @chasefleming
v1.20.3
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
- Fix quotation in Homebrew build (#1642) @jribbink
- Remove "Commit" from
flow version
(#1641) @jribbink
Full Changelog: v1.20.0...v1.20.3
v1.20.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
- Switch
init
to an interactive setup (#1616) @chasefleming- Note: If you want to generate only a
flow.json
like before ininit
, useflow init --config-only
.
- Note: If you want to generate only a
🛠 Improvements
- Bump github.com/onflow/flowkit from 1.18.0 to 1.19.0 (#1637) @dependabot
- Bump github.com/getsentry/sentry-go from 0.27.0 to 0.28.0 (#1622) @dependabot
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#1623) @dependabot
🐛 Bug Fixes
v1.18.0-cadence-v1.0.0-preview.26
What's Changed
- Update to Cadence v1.0.0-preview.32 by @turbolent in #1638
Full Changelog: v1.18.0-cadence-v1.0.0-preview.25...v1.18.0-cadence-v1.0.0-preview.26
v1.18.0-cadence-v1.0.0-preview.25
What's Changed
- Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 by @dependabot in #1571
- Fix gas limit issue automatically running emulator on
flow dev
by @chasefleming in #1578 - Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #1593
- Upgrade flowkit to v1.18.0 by @chasefleming in #1594
- include verbose flag for version call by @ianthpun in #1597
- Only ask for deployments and aliases once by @chasefleming in #1598
- Fix contract/dependencies conflict checker by @chasefleming in #1600
- Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #1609
- Revert flow dev running emulator by @chasefleming in #1611
- Remove unused flag by @chasefleming in #1613
- Merge master into feature branch by @chasefleming in #1615
- Fix EVM gateway unsupported network by @jribbink in #1621
- Update to Cadence v1.0.0-preview.30 by @turbolent in #1631
Full Changelog: v1.18.0-cadence-v1.0.0-preview.24...v1.18.0-cadence-v1.0.0-preview.25
v1.19.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
- Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #1609
- Revert
flow dev
running emulator by @chasefleming in #1611
Full Changelog: v1.19.0...v1.19.1
v1.18.0-cadence-v1.0.0-preview.24
What's Changed
- Upgrade flowkit by @chasefleming in #1595
- Cadence 1.0 Multi-Staging by @jribbink in #1582
- add contract migration check on all calls by @ianthpun in #1547
- Gracefully recover from contract update validation errors by @jribbink in #1603
- Handle transaction result errors in
flow migrate stage
by @jribbink in #1607 - Update to Cadence v1.0.0-preview.29 by @SupunS in #1608
Full Changelog: v1.18.0-cadence-v1.0.0-preview.23...v1.18.0-cadence-v1.0.0-preview.24
v1.19.0
⬆️ 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
v1.18.0-cadence-v1.0.0-preview.23
What's Changed
- Fix bug from
flow deps add
command missing Flags field by @jribbink in #1539 - Bump version.txt to v1.18.0 by @jribbink2 in #1540
- Use Homebrew latest version instead of version.txt by @jribbink in #1545
- Bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 by @dependabot in #1549
- Bump github.com/onflow/flow-go-sdk from 0.46.2 to 0.46.3 by @dependabot in #1548
- Fix Windows tests by @jribbink in #1555
- Improve emojis across Windows versions in Dependency Manager outputs by @chasefleming in #1558
- Add message if conflicting contract on dependency install by @chasefleming in #1561
- Default
flow test
behaviour to test**/*_test.cdc
by @jribbink in #1550 - Update to Cadence v1.0.0-preview.25 by @turbolent in #1564
- Merge master into Cadence 1.0 feature branch by @turbolent in #1565
Full Changelog: v1.18.0-cadence-v1.0.0-preview.22...v1.18.0-cadence-v1.0.0-preview.23