From 6a4d47d02ed3e3c5f34f5c5b035b73b2d8bf8c7a Mon Sep 17 00:00:00 2001
From: BatmanAoD <BatmanAoD@users.noreply.github.com>
Date: Wed, 9 Oct 2024 02:33:03 +0000
Subject: [PATCH] chore: prepare new prerelease(s) [skip ci]

---
 Cargo.lock                   | 4 ++--
 crates/lib/CHANGELOG.md      | 6 ++++++
 crates/lib/Cargo.toml        | 2 +-
 crates/python/CHANGELOG.md   | 6 ++++++
 crates/python/Cargo.toml     | 2 +-
 crates/python/pyproject.toml | 2 +-
 6 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 64defa1d6..765e3058f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2800,7 +2800,7 @@ dependencies = [
 
 [[package]]
 name = "qcs"
-version = "0.24.1"
+version = "0.25.0-rc.0"
 dependencies = [
  "assert2",
  "async-trait",
@@ -2940,7 +2940,7 @@ dependencies = [
 
 [[package]]
 name = "qcs-sdk-python"
-version = "0.20.1"
+version = "0.21.0-rc.0"
 dependencies = [
  "async-trait",
  "numpy",
diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md
index 7177e131c..e80438c47 100644
--- a/crates/lib/CHANGELOG.md
+++ b/crates/lib/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.25.0-rc.0
+
+### Breaking Changes
+
+- upgrade to http=1 (#502)
+
 ## 0.24.1
 
 ### Fixes
diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml
index a7d0b37fe..6bc2b6952 100644
--- a/crates/lib/Cargo.toml
+++ b/crates/lib/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "qcs"
 description = "High level interface for running Quil on a QPU"
-version = "0.24.1"
+version = "0.25.0-rc.0"
 edition = "2018"
 license = "Apache-2.0"
 repository = "https://github.com/rigetti/qcs-sdk-rust"
diff --git a/crates/python/CHANGELOG.md b/crates/python/CHANGELOG.md
index 2521ecb44..96e614de9 100644
--- a/crates/python/CHANGELOG.md
+++ b/crates/python/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.21.0-rc.0
+
+### Breaking Changes
+
+- upgrade to http=1 (#502)
+
 ## 0.20.1
 
 ### Fixes
diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml
index 1f507434b..72ad140bf 100644
--- a/crates/python/Cargo.toml
+++ b/crates/python/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "qcs-sdk-python"
 description = "Python bindings to qcs-sdk-rust"
-version = "0.20.1"
+version = "0.21.0-rc.0"
 edition = "2021"
 license = "Apache-2.0"
 repository = "https://github.com/rigetti/qcs-sdk-rust"
diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml
index bd5656dee..b9628e0cd 100644
--- a/crates/python/pyproject.toml
+++ b/crates/python/pyproject.toml
@@ -1,7 +1,7 @@
 # This is the metadata Maturin uploads to PyPI on publish
 [project]
 name = "qcs-sdk-python"
-version = "0.20.1"
+version = "0.21.0-rc.0"
 description = "Python interface for the QCS Rust SDK"
 readme = "README.md"
 license = { text = "Apache-2.0" }