Releases: dojoengine/origami
Releases · dojoengine/origami
v1.0.0-alpha.11
Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.11
v1.0.0-alpha.9
What's Changed
- ⬆️ Upgrade to dojo alpha 9 by @bal7hazar in #92
Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9
v1.0.0-alpha.8
What's Changed
- bumps to dojo 8 by @ponderingdemocritus in #91
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.8
v1.0.0-alpha.7
update to v1.0.0-alpha.7
v1.0.0-alpha.6
v1.0.0-alpha.6
v1.0.0-alpha.5
merge
v1.0.0-alpha.4
Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.4
Same version but compatible with dojo v1.0.0-alpha.4
v1.0.0-alpha.3
same than v1.0.0-alpha.0, just to make dojo & origami versions match
v1.0.0-alpha.0
Migration to follow Dojo 1.0.0
:
- Namepaces supported at library level.
⚠️ Breaking: renaming of the different crate to containsorigami_
as a prefix.⚠️ Breaking: origami is now a virtual workspace, and each packages/crates can be compiled separately usingsozo build/test --package origami_<NAME>
- Examples were removed to focus on maintaining the core functionalities and tests.
What's Changed
New Contributors
Full Changelog: v0.7.2...v1.0.0-alpha.0
v0.7.2
⬆️ Upgrade dojo to v0.7.2 (#77) * ⬆️ Upgrade dojo to v0.7.2 * 💄 Code format * remove allow_ref_self * remove useless code --------- Co-authored-by: notV4l <[email protected]>