v0.6.0
What's Changed
- function to disallow whitespace & special characters in Forc manifest file by @eureka-cpu in #804
- Big old bag of IR fixes. by @otrho in #852
- Generate tab-autocompletion scripts for zsh, bash, fish, & powershell shells by @JoshuaBatty in #864
- adds anyhow where result used to be by @eureka-cpu in #860
- Fix Project Manifest File Names by @ControlCplusControlV in #871
- Address seemingly new clippy nits that block unrelated PRs by @mitchmindtree in #874
- Add forc
BuildPlan
. Change GitHub dependencies to general git support. AddForc.lock
for more deterministic builds. by @mitchmindtree in #825 - Update to Rust 2021 edition. by @adlerjohn in #877
- Update
forc
README for recentout/
directory and lock file changes by @mitchmindtree in #873 - Fix panic on empty contract impl with expected return value by @mohammadfawaz in #879
- Provision IR for future storage API. by @otrho in #866
- New syntax for contract method calls by @mohammadfawaz in #859
- refactor: replace the use of the
launch_and_deploy
function by @vnepveu in #867 - Bump dependencies. by @adlerjohn in #886
- Add --version to Forc by @adlerjohn in #887
- Remove forced args for example contracts. by @adlerjohn in #888
- changes format to join in path creation by @eureka-cpu in #890
- Avoid adding an unnecessary
move
from the body(ies) of an if/else block by @mohammadfawaz in #894 - Bump to v0.6.0 by @adlerjohn in #897
Full Changelog: v0.5.0...v0.6.0