v0.6.0-alpha.8
Pre-release
Pre-release
github-actions
released this
25 Mar 21:13
·
608 commits
to main
since this release
What's Changed
- feat: add eventmessage for emitting models & start refactoring emit macro by @Larkooo in #1656
- fix: ensure sozo clean only affect base by @glihm in #1685
- sozo: add dry-run mode by @remybar in #1686
- feat(torii): Expose block timestamp by @akhercha in #1676
- [sozo] generate JSON manifest by @glihm in #1694
- Prepare release: v0.6.0-alpha.8 by @tarrencev in #1699
Full Changelog: v0.6.0-alpha.7...v0.6.0-alpha.8
In this release, the emit!
macro is expecting a Model
and not a regular event.
This is being discussed and should be reworked before this version is stabilized.