Skip to content

Releases: rigetti/quil-rs

0.14.2-rc.0

16 Nov 18:44
0337fe9
Compare
Choose a tag to compare
0.14.2-rc.0 Pre-release
Pre-release

0.14.2-rc.0

Features

  • Support Expression arithmetic operations (#126)

Fixes

  • make dynamic error Sync as well (#131)
  • support escaped double quotes and backslashes in strings (#120)

0.10.0-rc.1

16 Nov 00:26
Compare
Choose a tag to compare
0.10.0-rc.1 Pre-release
Pre-release

0.10.0-rc.1

Breaking Changes

  • genericize parsing errors and remove error Strings
  • fix all compilation errors from error refactor

Features

  • support INCLUDE
  • support CONVERT
  • support NOP
  • impl FromStr for MemoryReference

Fixes

  • make dynamic error Sync as well (#131)
  • support escaped double quotes and backslashes in strings (#120)
  • fix performance regression (#113)
  • do not get line/column info for tokens except on error
  • require dynamic error to by Send (#108)
  • bump thiserror version and update import name (#103)
  • identifier parser (#100)
  • test cases with rstest
  • test cases should not violate the spec
  • remove a dbg! statement left over from #88
  • use structured error
  • update node version and dependencies for semantic-release (#84)
  • update semantic-release version as per dependabot suggestion (#83)
  • DEFCAL MEASURE serialization
  • test roundtrip of program->string->program
  • linting
  • Instruction used/blocked frames calculation (#74)

0.10.0-rc.0

16 Nov 00:03
Compare
Choose a tag to compare
0.10.0-rc.0 Pre-release
Pre-release

0.10.0-rc.0

Breaking Changes

  • genericize parsing errors and remove error Strings
  • fix all compilation errors from error refactor

Features

  • support INCLUDE
  • support CONVERT
  • support NOP
  • impl FromStr for MemoryReference

Fixes

  • make dynamic error Sync as well (#131)
  • support escaped double quotes and backslashes in strings (#120)
  • fix performance regression (#113)
  • do not get line/column info for tokens except on error
  • require dynamic error to by Send (#108)
  • bump thiserror version and update import name (#103)
  • identifier parser (#100)
  • test cases with rstest
  • test cases should not violate the spec
  • remove a dbg! statement left over from #88
  • use structured error
  • update node version and dependencies for semantic-release (#84)
  • update semantic-release version as per dependabot suggestion (#83)
  • DEFCAL MEASURE serialization
  • test roundtrip of program->string->program
  • linting
  • Instruction used/blocked frames calculation (#74)

0.11.0-rc.0

08 Nov 17:00
Compare
Choose a tag to compare
0.11.0-rc.0 Pre-release
Pre-release

0.11.0-rc.0

Breaking Changes

  • genericize parsing errors and remove error Strings
  • fix all compilation errors from error refactor

Features

  • support INCLUDE
  • support CONVERT
  • support NOP
  • impl FromStr for MemoryReference

Fixes

  • support escaped double quotes and backslashes in strings (#120)
  • fix performance regression (#113)
  • do not get line/column info for tokens except on error
  • require dynamic error to by Send (#108)
  • bump thiserror version and update import name (#103)
  • identifier parser (#100)
  • test cases with rstest
  • test cases should not violate the spec
  • remove a dbg! statement left over from #88
  • use structured error
  • update node version and dependencies for semantic-release (#84)
  • update semantic-release version as per dependabot suggestion (#83)
  • DEFCAL MEASURE serialization
  • test roundtrip of program->string->program
  • linting
  • Instruction used/blocked frames calculation (#74)

0.15.0-rc.0

28 Oct 23:06
Compare
Choose a tag to compare
0.15.0-rc.0 Pre-release
Pre-release

0.15.0-rc.0

Breaking Changes

  • genericize parsing errors and remove error Strings
  • fix all compilation errors from error refactor

Features

  • impl FromStr for MemoryReference

Fixes

  • support escaped double quotes and backslashes in strings (#120)
  • fix performance regression (#113)
  • do not get line/column info for tokens except on error
  • require dynamic error to by Send (#108)
  • bump thiserror version and update import name (#103)
  • identifier parser (#100)
  • test cases with rstest
  • test cases should not violate the spec
  • remove a dbg! statement left over from #88
  • use structured error
  • update node version and dependencies for semantic-release (#84)
  • update semantic-release version as per dependabot suggestion (#83)
  • DEFCAL MEASURE serialization
  • test roundtrip of program->string->program
  • linting
  • Instruction used/blocked frames calculation (#74)

v0.14.1

27 Oct 23:02
Compare
Choose a tag to compare

0.14.1 (2022-10-27)

CI

  • run non-release workflows on pull_request only (#111) (ee37862), closes #111

fix

Fix

  • do not get line/column info for tokens except on error (16f6d54)

v0.14.0

12 Oct 18:44
Compare
Choose a tag to compare

0.14.0 (2022-10-12)

Breaking

v0.13.7

06 Oct 23:22
Compare
Choose a tag to compare

0.13.7 (2022-10-06)

Fix

v0.13.6

06 Oct 20:59
Compare
Choose a tag to compare

0.13.6 (2022-10-06)

Upgrade

v0.13.5

30 Sep 13:59
Compare
Choose a tag to compare

0.13.5 (2022-09-30)

Fix

  • bump thiserror version and update import name (#103) (cd8c9cd), closes #103