From 734e073417314f42f10b63946095f1d657705029 Mon Sep 17 00:00:00 2001 From: antalsz Date: Fri, 12 Jul 2024 22:13:57 +0000 Subject: [PATCH] chore: prepare release 0.4.1-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 af13f11..367d3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1-rc.0 + +### Features + +- add documentation to all generated methods + ## 0.4.0 ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index a4b0e7e..487e3f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.4.0" +version = "0.4.1-rc.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3"