Skip to content

Commit cd31b82

Browse files
authored
Release 0.2 (#138)
1 parent d1ef136 commit cd31b82

14 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
deploy:
6363
name: deploy docs
64-
if: ${{ github.ref == 'refs/heads/stable/0.1' }}
64+
if: ${{ github.ref == 'refs/heads/stable/0.2' }}
6565
needs: build
6666
permissions:
6767
pages: write

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pull_request_rules:
55
actions:
66
backport:
77
branches:
8-
- stable/0.1
8+
- stable/0.2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
This package is now compatible with Qiskit SDK 2.0 and 2.1.

0 commit comments

Comments
 (0)