diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 342ca0b..4be81f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`. \ No newline at end of file +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. \ No newline at end of file diff --git a/release-notes/0.5.4.rst b/release-notes/0.5.4.rst new file mode 100644 index 0000000..a521fe5 --- /dev/null +++ b/release-notes/0.5.4.rst @@ -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 `__) diff --git a/release-notes/0.5.5.rst b/release-notes/0.5.5.rst new file mode 100644 index 0000000..8115c9d --- /dev/null +++ b/release-notes/0.5.5.rst @@ -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 `__) diff --git a/release-notes/0.5.6.rst b/release-notes/0.5.6.rst new file mode 100644 index 0000000..95930cb --- /dev/null +++ b/release-notes/0.5.6.rst @@ -0,0 +1,7 @@ +0.5.6 (2024-11-07) +================== + +New features +------------ + +- Retry http requests after any RequestException (`111 `__) diff --git a/release-notes/0.5.7.rst b/release-notes/0.5.7.rst new file mode 100644 index 0000000..50d59a3 --- /dev/null +++ b/release-notes/0.5.7.rst @@ -0,0 +1,7 @@ +0.5.7 (2024-11-11) +================== + +New features +------------ + +- Use QPY as exchange format with service (`104 `__) diff --git a/release-notes/0.6.2.rst b/release-notes/0.6.2.rst new file mode 100644 index 0000000..07dc168 --- /dev/null +++ b/release-notes/0.6.2.rst @@ -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 `__) diff --git a/release-notes/0.6.3.rst b/release-notes/0.6.3.rst new file mode 100644 index 0000000..6371511 --- /dev/null +++ b/release-notes/0.6.3.rst @@ -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 `__) diff --git a/release-notes/0.6.4.rst b/release-notes/0.6.4.rst new file mode 100644 index 0000000..ad943f1 --- /dev/null +++ b/release-notes/0.6.4.rst @@ -0,0 +1,7 @@ +0.6.4 (2024-11-07) +================== + +New features +------------ + +- Retry http requests after any RequestException (`111 `__) diff --git a/release-notes/0.6.5.rst b/release-notes/0.6.5.rst new file mode 100644 index 0000000..c17f6a6 --- /dev/null +++ b/release-notes/0.6.5.rst @@ -0,0 +1,7 @@ +0.6.5 (2024-11-11) +================== + +New features +------------ + +- Use QPY as exchange format with service (`104 `__) diff --git a/release-notes/0.7.1.rst b/release-notes/0.7.1.rst new file mode 100644 index 0000000..4ebbbe9 --- /dev/null +++ b/release-notes/0.7.1.rst @@ -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 `__) diff --git a/release-notes/0.7.2.rst b/release-notes/0.7.2.rst new file mode 100644 index 0000000..973b5c2 --- /dev/null +++ b/release-notes/0.7.2.rst @@ -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 `__) diff --git a/release-notes/0.7.3.rst b/release-notes/0.7.3.rst new file mode 100644 index 0000000..d9445f0 --- /dev/null +++ b/release-notes/0.7.3.rst @@ -0,0 +1,7 @@ +0.7.3 (2024-11-06) +================== + +New features +------------ + +- Retry http requests after any RequestException (`111 `__) diff --git a/release-notes/0.7.4.rst b/release-notes/0.7.4.rst new file mode 100644 index 0000000..35f7ada --- /dev/null +++ b/release-notes/0.7.4.rst @@ -0,0 +1,7 @@ +0.7.4 (2024-11-11) +================== + +New features +------------ + +- Use QPY as exchange format with service (`104 `__)