File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ [ Unreleased ] : https://github.com/foresterre/bisector/compare/v0.4.0...HEAD
6
+
7
+ ## [ 0.4.0] - 2022-05-25
8
+
5
9
### Added
6
10
7
11
* Add fallible function ` Indices::try_from_bisector ` to create a valid ` Indices ` instance
12
16
or ` try_bisect ` .
13
17
* Suggest usage of ` Indices::try_from_bisector ` over ` Indices::from_bisector `
14
18
15
- [ Unreleased ] : https://github.com/foresterre/bisector/compare/v0.3.0...HEAD
19
+ [ 0.4.0 ] : https://github.com/foresterre/bisector/compare/v0.3.0...v0.4.0
16
20
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ is verified on the during CI runs. The table below lists the MSRV for the curren
44
44
| 0.1.0 | N/A |
45
45
| 0.2.0 | N/A |
46
46
| 0.3.0 | 1.37 |
47
+ | 0.4.0 | 1.37 |
47
48
48
49
49
50
## Examples
You can’t perform that action at this time.
0 commit comments