Skip to content

Commit

Permalink
chore: prepare release 0.1.0-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Feb 2, 2023
1 parent 613ad01 commit ca994d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.1.0-rc.2

### Breaking Changes

- support fieldless enums and data structs

### Features

- add variant name aliasing to py_wrap_simple_enum
- add isize conversion for good measure

### Fixes

- add usize to py_try_from and to_python

## 0.1.0-rc.1

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rigetti-pyo3"
version = "0.1.0-rc.1"
version = "0.1.0-rc.2"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/rigetti/rigetti-pyo3"
Expand Down

0 comments on commit ca994d1

Please sign in to comment.