Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Dec 5, 2024
1 parent 2199635 commit a7f8005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes
==============

### Unreleased
### 4.3.0 (2024-12-05)

* The higher-order assertions `Satisfy`, `NotSatisfy`, `SatisfyAny`, and `SatisfyAll` now output the entire subject
value, similar to other higher-order assertions.
Expand Down
2 changes: 1 addition & 1 deletion src/Faqt/Faqt.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net7.0;net8.0</TargetFrameworks>
<Version>4.2.1</Version>
<Version>4.3.0</Version>
<Authors>Christer van der Meeren</Authors>
<Description>A fluent assertion library for F#.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit a7f8005

Please sign in to comment.