v0.16.0-alpha "Pyrope"
Pre-release
Pre-release
·
1826 commits
to master
since this release
0.16.0-alpha (2022-05-05)
WARNING: All Fe releases are alpha releases and only meant to share the development progress with developers and enthusiasts. It is NOT yet ready for production usage.
Features
- Change static function call syntax from
Bar.foo()toBar::foo()(#241) - Added support for retrieving the base fee via
ctx.base_fee()(#503)
Bugfixes
- Resolve functions on structs via path (e.g.
bi::ba::bums()) (#241)