Skip to content

Commit

Permalink
chore: prepare new release(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Nov 16, 2023
1 parent 51c8671 commit d745854
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.4.0 (2023-11-16)

### Breaking Changes

#### adds `rng_seed` parameter to QVM functions

### Fixes

#### provide NULL to multishot (#60)

#### provide RNG seed to QVM (#62)

## 0.3.0 (2023-11-16)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libquil-sys"
description = "High-level bindings to libquil"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/libquil-sys"
Expand Down

0 comments on commit d745854

Please sign in to comment.