Skip to content

Commit

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

* Add prelude

* Move release notes to `0.8` directory

* Put most important note first
  • Loading branch information
garrison authored Sep 10, 2024
1 parent e4a0b4b commit a3d9c77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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 = "circuit-knitting-toolbox"
version = "0.8.0.dev"
version = "0.8.0"
description = "A software prototype for a circuit knitting toolbox which connects user applications with runtime primitives"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
deprecations:
upgrade:
- |
The ``circuit-knitting-toolbox`` package has been deprecated, and
no further releases are expected to be made. Users are encouraged
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/0.8/prepare-0.8.0-55ecbf67a6e895f6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude: |
This is the final release of the ``circuit-knitting-toolbox``
package. Users are encouraged to migrate to
``qiskit-addon-cutting`` to receive further updates.

0 comments on commit a3d9c77

Please sign in to comment.