Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v5.1.43

Compare
Choose a tag to compare
@haltman-at haltman-at released this 04 Sep 01:28
· 6330 commits to develop since this release

Hello all! 👋 It's another week 📅 and that means another Truffle release!

This release brings us some improvements to truffle unbox, truffle test, and import parsing. Thanks to @tomlinton, Truffle can now parse Solidity imports even when they don't fit on a single line! 🦕 Also, it's now possible to use truffle unbox /path/to/local/box to unbox a Truffle project you have stored locally rather than downloading a prepared one; thanks to @troggy for that one. Finally, truffle test should now work better when using a local soljson or natively-installed solc! There are some other changes too, particularly ones to better support Solidity 0.7.x, including to better support free functions, which are new in Solidity 0.7.1. 🏃

That's all for now, but we'll see you again next week!

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Bug fixes

Internal improvements