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

Commit c3c6fad

Browse files
authored
Update CHANGELOG.md
1 parent e09d5d2 commit c3c6fad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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/v1.2.0...HEAD)
8+
## [1.3.0](https://github.com/fluentassert/verify/releases/tag/v1.2.0) - 2025-02-17
9+
10+
### Deprecated
11+
12+
- Deprecate the whole library. Avoid using assertion libraries.
13+
Use the standard library and [github.com/google/go-cmp/cmp] instead.
14+
Follow the offical [Go Test Comments](https://go.dev/wiki/TestComments).
915

1016
## [1.2.0](https://github.com/fluentassert/verify/releases/tag/v1.2.0) - 2024-09-10
1117

0 commit comments

Comments
 (0)