Skip to content

Commit 633a782

Browse files
committed
amend changelog [skip ci]
1 parent 5cc55b2 commit 633a782

2 files changed

Lines changed: 22 additions & 38 deletions

File tree

crates/lib/CHANGELOG.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,29 @@
22

33
### Breaking Changes
44

5-
- The calibration program is now from
6-
`get_quilt_calibrations` as a string. The error variants have also been
7-
slightly modified.
8-
9-
* simplify error map
10-
11-
* cleanup test
12-
13-
* put calibration in mock calibration program
5+
- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified.
146

157
### Features
168

17-
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
9+
- Automatically retry requests that fail due to transient network errors. (#443)
10+
11+
### Fixes
12+
13+
- Requests to cancel job no longer error due to missing target. (#443)
1814

1915
## 0.21.0-rc.1
2016

2117
### Breaking Changes
2218

23-
- The calibration program is now from
24-
`get_quilt_calibrations` as a string. The error variants have also been
25-
slightly modified.
26-
27-
* simplify error map
19+
- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified.
2820

29-
* cleanup test
21+
### Features
3022

31-
* put calibration in mock calibration program
23+
- Automatically retry requests that fail due to transient network errors. (#443)
3224

33-
### Features
25+
### Fixes
3426

35-
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
27+
- Requests to cancel job no longer error due to missing target. (#443)
3628

3729
## 0.21.0-rc.0
3830

crates/python/CHANGELOG.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,29 @@
22

33
### Breaking Changes
44

5-
- The calibration program is now from
6-
`get_quilt_calibrations` as a string. The error variants have also been
7-
slightly modified.
8-
9-
* simplify error map
10-
11-
* cleanup test
12-
13-
* put calibration in mock calibration program
5+
- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified.
146

157
### Features
168

17-
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
9+
- Automatically retry requests that fail due to transient network errors. (#443)
10+
11+
### Fixes
12+
13+
- Requests to cancel job no longer error due to missing target. (#443)
1814

1915
## 0.17.0-rc.1
2016

2117
### Breaking Changes
2218

23-
- The calibration program is now from
24-
`get_quilt_calibrations` as a string. The error variants have also been
25-
slightly modified.
26-
27-
* simplify error map
19+
- The calibration program is now returned from `get_quilt_calibrations` as a string. The error variants have also been slightly modified.
2820

29-
* cleanup test
21+
### Features
3022

31-
* put calibration in mock calibration program
23+
- Automatically retry requests that fail due to transient network errors. (#443)
3224

33-
### Features
25+
### Fixes
3426

35-
- Automatically retry requests that fail due to transient network errors, fgequests to cancel job no longer error due to missing target. (#443)
27+
- Requests to cancel job no longer error due to missing target. (#443)
3628

3729
## 0.17.0-rc.0
3830

0 commit comments

Comments
 (0)