Skip to content

Commit

Permalink
amend changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Feb 16, 2024
1 parent 5cc55b2 commit 633a782
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 38 deletions.
30 changes: 11 additions & 19 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
30 changes: 11 additions & 19 deletions crates/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 633a782

Please sign in to comment.