1.0.0-beta.0 (2024-11-22)
⚠ BREAKING CHANGES
- Require types of globals to be specified (#6592)
- remove eddsa from stdlib (#6591)
Features
Bug Fixes
- Consider prereleases to be compatible with pre-1.0.0 releases (#6580) (013e200)
- Correct type when simplifying
derive_pedersen_generators
(#6579) (efa5cc4) - Don't report visibility errors when elaborating comptime value (#6498) (3c361c9)
- Parse a bit more SSA stuff (#6599) (0a6207d)
- Preserve newlines between comments when formatting statements (#6601) (d94eb08)
- Remove
compiler_version
from new Nargo.toml
(#6590) (df8f2ee)
Miscellaneous Chores