File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
36
## 0.10.0-rc.0
2
37
3
38
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quil-rs"
3
3
description = " Rust tooling for Quil (Quantum Instruction Language)"
4
- version =" 0.10.0-rc.0 "
4
+ version =" 0.10.0-rc.1 "
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/quil-rust"
You can’t perform that action at this time.
0 commit comments