Releases: ProvableHQ/leo
Releases · ProvableHQ/leo
v1.6.3
chore(leo): bump version for new release
v1.6.2
chore(leo): bump version for new release
v1.6.1
Version 1.6.1
Language
- Introduce support for tuples
- Update the number of transitions to 15 for compatibility with snarkVM
- Add support for
private
visibility - Introduce
then finalize
syntax. Deprecatesasync finalize
.
Compiler
- Removes the Leo panic hook when invoking the Aleo CLI
- Reorganize data structures used in compiler passes.
Libraries
Stabilized APIs
CLI
Compatibility Notes
- Introduces a breaking change for invoking
finalize
blocks.async finalize(<optional_args>)
is deprecated in favor ofreturn <optional_args then finalize(<optional_args>)
.
Internal Changes
v1.6.0
fix test-framework cargo.toml
v1.5.3
chore(leo): bump version for new release
v1.5.2
chore(leo): bump version for new release
v1.5.0
chore(leo): bump version for new release
v1.4.0
chore(leo): bump version for new release
v1.3.0
Fix asg-passes cargo toml bug
v1.2.3
chore(leo): bump version for new release