From 4a3523276647dfe65848c04096df08481fc7703b Mon Sep 17 00:00:00 2001 From: antalsz Date: Fri, 12 Jul 2024 22:18:28 +0000 Subject: [PATCH] chore: prepare release 0.4.1 [skip ci] --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367d3fc..ffb2a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1 + +### Features + +- add documentation to all generated methods + ## 0.4.1-rc.0 ### Features diff --git a/Cargo.toml b/Cargo.toml index 487e3f1..4c1996c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigetti-pyo3" -version = "0.4.1-rc.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3"