Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit dddb1ef

Browse files
committed
Release 1.0.0-rc.1
1 parent 8b2f003 commit dddb1ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this library are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

1013
This release contains breaking changes.
1114

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The generics (type parameters) make the usage type-safe.
2424
The 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.
2828
Consider using [`github.com/google/go-cmp`](https://github.com/google/go-cmp)
2929
and writing custom helpers instead.
3030

0 commit comments

Comments
 (0)