diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index 8b5ab840d..a38ff1e40 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -2,37 +2,29 @@ ### Breaking Changes -- The calibration program is now from -`get_quilt_calibrations` as a string. The error variants have also been -slightly modified. - -* simplify error map - -* cleanup test - -* put calibration in mock calibration program +- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified. ### Features -- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443) +- Automatically retry requests that fail due to transient network errors. (#443) + +### Fixes + +- Requests to cancel job no longer error due to missing target. (#443) ## 0.21.0-rc.1 ### Breaking Changes -- The calibration program is now from -`get_quilt_calibrations` as a string. The error variants have also been -slightly modified. - -* simplify error map +- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified. -* cleanup test +### Features -* put calibration in mock calibration program +- Automatically retry requests that fail due to transient network errors. (#443) -### Features +### Fixes -- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443) +- Requests to cancel job no longer error due to missing target. (#443) ## 0.21.0-rc.0 diff --git a/crates/python/CHANGELOG.md b/crates/python/CHANGELOG.md index 859883041..e8d3f60cb 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -2,37 +2,29 @@ ### Breaking Changes -- The calibration program is now from -`get_quilt_calibrations` as a string. The error variants have also been -slightly modified. - -* simplify error map - -* cleanup test - -* put calibration in mock calibration program +- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified. ### Features -- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443) +- Automatically retry requests that fail due to transient network errors. (#443) + +### Fixes + +- Requests to cancel job no longer error due to missing target. (#443) ## 0.17.0-rc.1 ### Breaking Changes -- The calibration program is now from -`get_quilt_calibrations` as a string. The error variants have also been -slightly modified. - -* simplify error map +- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified. -* cleanup test +### Features -* put calibration in mock calibration program +- Automatically retry requests that fail due to transient network errors. (#443) -### Features +### Fixes -- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443) +- Requests to cancel job no longer error due to missing target. (#443) ## 0.17.0-rc.0