Skip to content

Commit a16295b

Browse files
authored
Prepare 2.0.1 (#14339)
* Prepare 2.0.1. * Release note fixes.
1 parent 2b1d803 commit a16295b

8 files changed

+17
-14
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "2.0.0"
6+
version = "2.0.1"
77
edition = "2021"
88
rust-version = "1.79" # Keep in sync with README.md, rust-toolchain.toml, and tools/install_rust_msrv.sh
99
license = "Apache-2.0"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# The short X.Y version
3333
version = "2.0"
3434
# The full version, including alpha/beta/rc tags
35-
release = "2.0.0"
35+
release = "2.0.1"
3636

3737
language = "en"
3838

qiskit/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
fixes:
33
- |
4-
Added missing ``repr`` support for :class:`qiskit.circuit.Duration`.
4+
Added missing ``repr`` support for :class:`~qiskit.circuit.Duration`.
55
- |
6-
Added missing support for Python pickling of :class:`qiskit.circuit.Duration`.
6+
Added missing support for Python pickling of :class:`~qiskit.circuit.Duration`.
77
This was preventing parallel transpilation of circuits with
88
:meth:`~.QuantumCircuit.delay` instructions that use duration
99
expressions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
fixes:
33
- |
4-
Fixed a problem in :class:`.HighLevelSynthesis` transpiler pass that caused
4+
Fixed a problem in the :class:`.HighLevelSynthesis` transpiler pass that caused
55
it to erroneously terminate early on certain circuits with control flow
66
operations.
77
Fixed `#14338 <https://github.com/Qiskit/qiskit-terra/issues/14338>`__

releasenotes/notes/fix-sk-basis-set-2d90a4fa7aaa78b2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ fixes:
33
- |
44
Fixed a problem in the :class:`.SolovayKitaevSynthesis` unitary synthesis plugin,
55
where repeatedly running the plugin with different basis gates incorrectly reused the
6-
basis gates from the first run only. The problem was due to ignoring the basis gates
7-
when caching basic approximations, and is now fixed.
6+
basis gates from the first run only. This problem was due to ignoring the basis gates
7+
when caching basic approximations.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit v2.0.1 is a minor bugfix release for the v2.0.x release series.

0 commit comments

Comments
 (0)