* Rename the crate to `quil-rs` for crates.io publishing (31) ([3cbbd02](https://github.com/rigetti/quil-rust/commit/3cbbd02876887ebc193acf9b8fc3eb0273069816)), closes [#31](https://github.com/rigetti/quil-rust/issues/31)
0.8.0rc.0
Breaking Changes
- CalibrationSet's and Program's will be considered equal if they contain the same set of calibrations, regardless of order. (352)
* Replace `Expression:evaluate` and `evaluate_to_complex` with `simplify` and `evaluate` respectively. ([e2f5680](https://github.com/rigetti/quil-rust/commit/e2f56804cbfd63579527d5843dd772686b9981c4))
New
* Implement `FromStr` for `Expression`. ([a00f651](https://github.com/rigetti/quil-rust/commit/a00f6515278c0dc377cbd577e0a1d016b52e242a))
Update
* Allow simplifying functions, improve docs for `Expression::evaluate`/`simplify` ([9e24c6f](https://github.com/rigetti/quil-rust/commit/9e24c6fecefe82ab95b20c8bd9b6b41c3b012c46))
0.7.0rc.1
Breaking Changes
- 334: program scheduling and analysis utilities (336)
Fixes
- Revert "match exactly one qubit for DELAYs without frame specifier" (342)