v0.16.0
What's Changed
- fix clippy lints related to the new rust version by @bingcicle in #327
- update nightly channel building; handle ureq error by @bingcicle in #326
- refactor: update
Toolchain::from_path
to returnSelf
instead ofResult<Self>
by @bingcicle in #334 - feat: allow usage of fuel-toolchain.toml in projects by @bingcicle in #317
- ci: publish latest twice to include one with date by @bingcicle in #328
- fix: default bug by @bingcicle in #340
- fix: nightly workflow by @bingcicle in #341
- Fix crash when
.fuelup
doesn't exist by @IGI-111 in #344 - feat(fuel-toolchain.toml): support dates by @bingcicle in #335
- release: v0.16.0 by @bingcicle in #345
New Contributors
Full Changelog: v0.15.1...v0.16.0