Skip to content

Commit cd1072f

Browse files
committed
chore: prepare pre-release 0.10.0-rc.1 [skip ci]
1 parent dbe468e commit cd1072f

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 0.10.0-rc.1
2+
3+
### Breaking Changes
4+
5+
- genericize parsing errors and remove error Strings
6+
- fix all compilation errors from error refactor
7+
8+
### Features
9+
10+
- Support Expression arithmetic operations (#126)
11+
- support INCLUDE
12+
- support CONVERT
13+
- support NOP
14+
- impl FromStr for MemoryReference
15+
16+
### Fixes
17+
18+
- make dynamic error Sync as well (#131)
19+
- support escaped double quotes and backslashes in strings (#120)
20+
- fix performance regression (#113)
21+
- do not get line/column info for tokens except on error
22+
- require dynamic error to by Send (#108)
23+
- bump thiserror version and update import name (#103)
24+
- identifier parser (#100)
25+
- test cases with rstest
26+
- test cases should not violate the spec
27+
- remove a `dbg!` statement left over from #88
28+
- use structured error
29+
- update node version and dependencies for semantic-release (#84)
30+
- update semantic-release version as per dependabot suggestion (#83)
31+
- DEFCAL MEASURE serialization
32+
- test roundtrip of program->string->program
33+
- linting
34+
- Instruction used/blocked frames calculation (#74)
35+
136
## 0.10.0-rc.0
237

338
### Breaking Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "quil-rs"
33
description = "Rust tooling for Quil (Quantum Instruction Language)"
4-
version ="0.10.0-rc.0"
4+
version ="0.10.0-rc.1"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/quil-rust"

0 commit comments

Comments
 (0)