Skip to content

Commit

Permalink
Add release notes for 0.5-0.7 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Nov 13, 2024
1 parent 17ebfaa commit d032d00
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,4 @@ the patch release like `0.21.1`. Then, from the `stable/*` branch, create a new
Git tag for the full version number, like `git tag 0.21.1`, and
push the tag to GitHub.

After the release, you need to cherry-pick the release notes prep from `stable/*` to
the `main` branch, such as from `stable/0.21` to `main`.
After the release, you need to cherry-pick the release notes prep from `stable/*` to the `main` branch _and_ the stable branch for the latest minor version. For example, if the latest minor version is `0.3` and you released the patch `0.2.3`, then you need the copy the release notes `0.2.3.rst` into both `main` and `stable/0.3`. This ensures that the release notes show up for all future versions.
7 changes: 7 additions & 0 deletions release-notes/0.5.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.5.4 (2024-10-30)
==================

New features
------------

- In case of failure, always retry the GET request to retrieve a result unitl the timeout is reached. Increase the delay between requests to 5 seconds when we are over 1 minute. Retry transpilation POST request three times in case of failure. (`97 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/97>`__)
7 changes: 7 additions & 0 deletions release-notes/0.5.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.5.5 (2024-10-31)
==================

Bug fixes
---------

- Added fix to avoid random test errors. Check that result exists when result is success. (`105 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/105>`__)
7 changes: 7 additions & 0 deletions release-notes/0.5.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.5.6 (2024-11-07)
==================

New features
------------

- Retry http requests after any RequestException (`111 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/111>`__)
7 changes: 7 additions & 0 deletions release-notes/0.5.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.5.7 (2024-11-11)
==================

New features
------------

- Use QPY as exchange format with service (`104 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/104>`__)
7 changes: 7 additions & 0 deletions release-notes/0.6.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.6.2 (2024-10-30)
==================

New features
------------

- In case of failure, always retry the GET request to retrieve a result unitl the timeout is reached. Increase the delay between requests to 5 seconds when we are over 1 minute. Retry transpilation POST request three times in case of failure. (`97 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/97>`__)
7 changes: 7 additions & 0 deletions release-notes/0.6.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.6.3 (2024-10-31)
==================

Bug fixes
---------

- Added fix to avoid random test errors. Check that result exists when result is success. (`105 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/105>`__)
7 changes: 7 additions & 0 deletions release-notes/0.6.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.6.4 (2024-11-07)
==================

New features
------------

- Retry http requests after any RequestException (`111 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/111>`__)
7 changes: 7 additions & 0 deletions release-notes/0.6.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.6.5 (2024-11-11)
==================

New features
------------

- Use QPY as exchange format with service (`104 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/104>`__)
7 changes: 7 additions & 0 deletions release-notes/0.7.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.7.1 (2024-10-30)
==================

New features
------------

- In case of failure, always retry the GET request to retrieve a result unitl the timeout is reached. Increase the delay between requests to 5 seconds when we are over 1 minute. Retry transpilation POST request three times in case of failure. (`97 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/97>`__)
7 changes: 7 additions & 0 deletions release-notes/0.7.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.7.2 (2024-10-31)
==================

Bug fixes
---------

- Added fix to avoid random test errors. Check that result exists when result is success. (`105 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/105>`__)
7 changes: 7 additions & 0 deletions release-notes/0.7.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.7.3 (2024-11-06)
==================

New features
------------

- Retry http requests after any RequestException (`111 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/111>`__)
7 changes: 7 additions & 0 deletions release-notes/0.7.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.7.4 (2024-11-11)
==================

New features
------------

- Use QPY as exchange format with service (`104 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/104>`__)

0 comments on commit d032d00

Please sign in to comment.