From bb7d1cb36eb054f9317a43ffa4cd8b6bbb21e57c Mon Sep 17 00:00:00 2001 From: antalsz Date: Fri, 7 Jun 2024 23:03:01 +0000 Subject: [PATCH] chore: prepare release 0.3.5-rc.0 [skip ci] --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de5d1fa..9701151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.5-rc.0 + +### Fixes + +- move all dependencies on pyo3 time types under our time feature (#45) + ## 0.3.4 ### Features diff --git a/Cargo.toml b/Cargo.toml index 9d76dc4..60d41f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.3.4" +version = "0.3.5-rc.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3"