This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this library are documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this library adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/fluentassert/verify/compare/v0.2.0...HEAD )
8+ ## [ Unreleased] ( https://github.com/fluentassert/verify/compare/v1.0.0-rc.1...HEAD )
9+
10+ <!-- markdownlint-disable-next-line line-length -->
11+ ## [ 1.0.0-rc.1] ( https://github.com/fluentassert/verify/releases/tag/v1.0.0-rc.1 ) - 2022-10-22
912
1013This release contains breaking changes.
1114
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The generics (type parameters) make the usage type-safe.
2424The library is [ extensible] ( #extensibility ) by design.
2525
2626⚠️ In general, [ avoid using assertion libraries] ( https://github.com/golang/go/wiki/TestComments#assert-libraries ) .
27- Use this library if you have a strong preference to use one.
27+ Use this library if you still have a preference to use one.
2828Consider using [ ` github.com/google/go-cmp ` ] ( https://github.com/google/go-cmp )
2929and writing custom helpers instead.
3030
You can’t perform that action at this time.
0 commit comments