Skip to content

Release `0.4.0`

Compare
Choose a tag to compare
@ureeves ureeves released this 17 May 10:04
· 525 commits to main since this release
6027228

piecrust-uplink 0.4.0 - 2023-05-17

Added

  • Add call and associated functions and structs [#136]
  • Add dlmalloc feature [#199]
  • Add crate-specific README [#174]

Changed

  • Change module named functions and items to contract [#207]
  • Change signature of owner to return [u8; N] instead of [u8; 32] [#201]

Removed

  • Remove State struct [#209]
  • Remove query and transact and associated functions and structs [#136]
  • Remove wee_alloc feature [#199]

piecrust 0.4.0 - 2023-05-17

Added

  • Add RawCall re-export [#136]
  • Add Session::call [#136]
  • Add crate-specific README. [#174]

Changed

  • Change owner parameter type in ModuleData::builder to be [u8; N] [#201]

Fixed

  • Fix SIGSEGV caused by moving sessions with instantiate modules [#202]

Removed

  • Remove RawQuery/Transact re-rexports [#136]
  • Remove Session::query/transact [#136]
  • Remove query/transact imports [#136]