Skip to content

Commit

Permalink
Release 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 22, 2022
1 parent 8b2f003 commit dddb1ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this library are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/fluentassert/verify/compare/v0.2.0...HEAD)
## [Unreleased](https://github.com/fluentassert/verify/compare/v1.0.0-rc.1...HEAD)

<!-- markdownlint-disable-next-line line-length -->
## [1.0.0-rc.1](https://github.com/fluentassert/verify/releases/tag/v1.0.0-rc.1) - 2022-10-22

This release contains breaking changes.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The generics (type parameters) make the usage type-safe.
The library is [extensible](#extensibility) by design.

⚠️ In general, [avoid using assertion libraries](https://github.com/golang/go/wiki/TestComments#assert-libraries).
Use this library if you have a strong preference to use one.
Use this library if you still have a preference to use one.
Consider using [`github.com/google/go-cmp`](https://github.com/google/go-cmp)
and writing custom helpers instead.

Expand Down

0 comments on commit dddb1ef

Please sign in to comment.