All notable changes to @openzeppelin/compact-cli are documented in this
file.
The format is based on Keep a Changelog,
and this package adheres to Semantic Versioning.
Releases before this file see the compact-cli/v* tags.
compact-deploybin, a wrapper around@openzeppelin/compact-deployerthat deploys a compiled contract to a Midnight network (#86)
- Breaking: compact-cli now requires Node 24. compact-deploy uses explicit resource management (
await using,AsyncDisposableStack), unavailable on Node 22. (#86)