What's Changed
- The README includes a table of crate version badges by @flaub in #138
- The merkle.rs function is now extensively commented by @BoltonBailey in #140
- Fixed #141: including required cstddef library by @flaub in #146 (thanks @lyqingye for the bug report).
- Guest method crates are now built automatically. As a performance improvement, method IDs are only computed when necessary by tracking changes to the SHA of corresponding ELFs. by @shkoo in #152
- Looking for digital signature and voting machine examples? We’ve moved them to their own repository: risc0-rust-examples. by @spaugh
- Release: v0.8.0 by @flaub in #154