Releases: rigetti/quil-rs
Releases · rigetti/quil-rs
v0.13.1
0.13.1 (2022-08-15)
Update
- Add optional type-checking, including custom errors (#88) (ad4a5da), closes #88
v0.13.0
0.13.0 (2022-07-08)
Breaking
- Use a proper error type for Program::from_str (6ff869d), closes #86
v0.12.2
0.12.2 (2022-07-06)
Fix
- update node version and dependencies for semantic-release (#84) (29d68b0), closes #84
v0.12.1
0.12.1 (2022-07-04)
Fix
- DEFCAL MEASURE serialization (d5488dc)
- linting (a64e45c)
- test roundtrip of program->string->program (a197442)
- update semantic-release version as per dependabot suggestion (#83) (ff15abf), closes #83
v0.12.0
0.12.0 (2022-06-17)
Breaking
- Hide nom error type from public API (72fcc89), closes #77
v0.11.1
0.11.1 (2022-06-15)
BREAKING
chore
- convert terminate_working_block macro to fn (#79) (618aa5e), closes #79
Chore
Update
- appease clippy (15b79a3)
- safety of lexical::WriteFloatOptions::builder().build_unchecked() (f11c9e3)
- update snapshot tests, removing trailing zeros (d0f8bcb)
- use lexical for writing floating point values (f8673bb)