Skip to content

Commit

Permalink
Prepare 0.9.0 release (#679)
Browse files Browse the repository at this point in the history
* Prepare 0.9.0 release

* Bump version
  • Loading branch information
garrison authored Sep 10, 2024
1 parent 51e7096 commit cf6c61b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: qiskit-addon-cutting-htmldocs
path: ./artifact
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.7' }}
if: ${{ github.ref == 'refs/heads/stable/0.9' }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.7
- stable/0.9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qiskit-addon-cutting"
version = "0.9.0.dev"
version = "0.9.0"
description = "Reduce width and depth of quantum circuits by cutting gates and wires."
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
upgrade:
- |
CKT now requires updated versions of some dependencies: ``qiskit``
This package now requires updated versions of some dependencies: ``qiskit``
1.1 or later, and ``qiskit-ibm-runtime`` 0.24.0 or later.
6 changes: 6 additions & 0 deletions releasenotes/notes/0.9/prepare-0.9.0-6642e0bf18e2f66c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude:

The most notable change in this release is that the package has been
renamed to ``qiskit-cutting-addon``. It also marks the removal of
this package's original implementation of wire cutting, CutQC.

0 comments on commit cf6c61b

Please sign in to comment.