Skip to content

Commit 85c84d9

Browse files
committed
Prepare release 0.4.0
1 parent 108cb86 commit 85c84d9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
[Unreleased]: https://github.com/foresterre/bisector/compare/v0.4.0...HEAD
6+
7+
## [0.4.0] - 2022-05-25
8+
59
### Added
610

711
* Add fallible function `Indices::try_from_bisector` to create a valid `Indices` instance
@@ -12,5 +16,5 @@
1216
or `try_bisect`.
1317
* Suggest usage of `Indices::try_from_bisector` over `Indices::from_bisector`
1418

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
1620

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ is verified on the during CI runs. The table below lists the MSRV for the curren
4444
| 0.1.0 | N/A |
4545
| 0.2.0 | N/A |
4646
| 0.3.0 | 1.37 |
47+
| 0.4.0 | 1.37 |
4748

4849

4950
## Examples

0 commit comments

Comments
 (0)