0.3
What's Changed
- Stable Rust support for x86, x86_64, and ARM64. See #12
- Fixed complex ensure expressions when using the optional message argument. See #14
- Ensure will now evaluate the condition expression on every call in order to catch any falure occurrence. See #15
Full Changelog
- Support stable Rust and consistent debugging statements by @BrainBacon in #13
- Update docs for stable rust support by @BrainBacon in #16
- Fix complex ensure messages by @BrainBacon in #17
- Fix ensure expressions evaluated after
once!
call by @BrainBacon in #18