Skip to content

Commit 7f3e503

Browse files
committed
repo: update readme about 1.7.0
1 parent 61957df commit 7f3e503

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,16 @@ There are four key packages,
1717

1818
### Changes
1919

20+
:ballot_box_with_check: v1.7.0 marks the first stable release!
21+
22+
- Going forward no breaking changes will be made without a v2 major version
23+
2024
:ballot_box_with_check: v0.6.0 adds support for custom `cmp.Option` values
2125

2226
- Adds ability to customize cmp.Equal behavior via cmp.Option arguments
2327
- Adds assertions for existence of single map key
2428
- Fixes some error outputs
2529

26-
:ballot_box_with_check: v0.5.0 contains new packages `wait` and `portal`
27-
28-
- Package for waiting on conditionals
29-
- Package for allocating free ports
30-
- Additional Map assertions
31-
- Additional `Not*` assertion variants
32-
33-
:ballot_box_with_check: v0.4.0 contains breaking changes
34-
35-
- Slice functions are renamed to be more consistent and to make room for interface based variants.
36-
- Filesystem assertions now use OS by default, FS interface methods are renamed.
37-
- Comparison assertions now have the expectation parameter first.
38-
3930
### Requirements
4031

4132
Only depends on `github.com/google/go-cmp`.

0 commit comments

Comments
 (0)