v0.9.0
What's Changed
- Bunch of book fixes by @adlerjohn in #1029
- More IR updates. by @otrho in #1034
- Fix for node dependency order for enum instantiations. by @otrho in #1036
- Use
stable
Rust toolchain when installing Forc -- update installation.md by @SilentCicero in #1032 - Remove unused Rust files for examples. by @adlerjohn in #1040
- Remove redundant
std
dependency. by @adlerjohn in #1039 - Change to authors from author. by @adlerjohn in #1038
- Bump fuel-core and add missing instructions. by @adlerjohn in #1037
- Improve support for git reference kinds (
branch
,tag
,rev
), improve fetching behaviour by @mitchmindtree in #1045 - Handle ImplicitReturnExpression variant when parsing lsp tokens by @JoshuaBatty in #1048
- Add WhileLoop variant for Lsp token parsing by @JoshuaBatty in #1049
- Add ReturnStatement variant for Lsp token parsing by @JoshuaBatty in #1050
- Walk git dependency repo to discover nested forc dependencies by @mitchmindtree in #978
- Updating
forc init
defaults by @mohammadfawaz in #1031 - Small fix to liveness analysis by @mohammadfawaz in #1041
- Bump fuel-core in CI to v0.5.0. by @adlerjohn in #1044
- Bump to v0.9.0 by @adlerjohn in #1043
New Contributors
- @SilentCicero made their first contribution in #1032
Full Changelog: v0.8.0...v0.9.0