Version 0.48.0
release-drafter
released this
31 Mar 19:14
·
1953 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.
⭐ Features
Emulator snapshot management (#941) @bluesign
The new emulator snapshot command allows you to create a snapshot in your local blockchain history you can at any point jump back to. You can easily create a snapshot by running flow emulator snapshot create myInitState
and then jump to that snapshot by running flow emulator snapshot load myInitState
.
🛠 Improvements
- Show block status using the block get command (#946) @chasefleming
- Update CODEOWNERS (#942) @justinbarry
- Remove logrus logger and add zerolog Logger to flowkit backend config (#891) @bjartek
🐞 Bug Fixes
- Bugfix ENV parsing (#950) @sideninja
📖 Documentation
- Add docs for show diff (#943) @chasefleming
- Add snapshot documentation (#951) @sideninja
- Remove deprecated option (#940) @sideninja