Skip to content

Releases: dojoengine/origami

v1.0.0-alpha.11

09 Sep 13:11
8cbb96d
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

v1.0.0-alpha.9

31 Aug 15:01
44b741e
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

v1.0.0-alpha.8

29 Aug 20:55
e0245ed
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.4...v1.0.0-alpha.8

v1.0.0-alpha.7

26 Aug 15:11
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release
update to v1.0.0-alpha.7

v1.0.0-alpha.6

22 Aug 20:18
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release
v1.0.0-alpha.6

v1.0.0-alpha.5

13 Aug 21:51
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
merge

v1.0.0-alpha.4

09 Aug 15:35
b3aac3e
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

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

28 Jul 12:25
65a1e49
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

same than v1.0.0-alpha.0, just to make dojo & origami versions match

v1.0.0-alpha.0

25 Jul 18:04
520d77f
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Migration to follow Dojo 1.0.0:

  • Namepaces supported at library level.
  • ⚠️ Breaking: renaming of the different crate to contains origami_ as a prefix.
  • ⚠️ Breaking: origami is now a virtual workspace, and each packages/crates can be compiled separately using sozo build/test --package origami_<NAME>
  • Examples were removed to focus on maintaining the core functionalities and tests.

What's Changed

New Contributors

  • @glihm made their first contribution in #82

Full Changelog: v0.7.2...v1.0.0-alpha.0

v0.7.2

20 Jun 14:58
c537966
Compare
Choose a tag to compare
⬆️ 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]>