Skip to content

Commit

Permalink
Prepare 1.1.1 (#12610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Jun 20, 2024
1 parent b746165 commit 9092ee7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "1.1.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.70" # Keep in sync with README.md and rust-toolchain.toml.
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = "1.1"
# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.1.1"

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
3 changes: 3 additions & 0 deletions releasenotes/notes/prepare-1.1.1-0b1163e5df275ba8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit 1.1.1 is a minor bugfix release for the 1.1 series.
2 changes: 1 addition & 1 deletion releasenotes/notes/qasm2-to-matrix-c707fe1e61b3987f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fixes:
- |
Custom gates (those stemming from a ``gate`` statement) in imported OpenQASM 2 programs will now
have an :meth:`.Gate.to_matrix` implementation. Previously they would have no matrix definition,
have a :meth:`.Gate.to_matrix` implementation. Previously they would have no matrix definition,
meaning that roundtrips through OpenQASM 2 could needlessly lose the ability to derive the gate
matrix. Note, though, that the matrix is calculated by recursively finding the matrices of the
inner gate definitions, as :class:`.Operator` does, which might be less performant than before
Expand Down

0 comments on commit 9092ee7

Please sign in to comment.