Skip to content

Commit

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

### Breaking Changes

- support fieldless enums and data structs

### Features

- implement ToPython and PyTryFrom in py_wrap_simple_enum (#8)
- 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.2

### 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.2"
version = "0.1.0-rc.3"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/rigetti/rigetti-pyo3"
Expand Down

0 comments on commit e5d2e67

Please sign in to comment.