Skip to content

Commit

Permalink
I forgot the XUnit release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeApophis committed Apr 29, 2024
1 parent ace590f commit d6c890b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Funcky.Xunit/Funcky.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<Description>Package to use Funcky with xUnit</Description>
<PackageTags>Functional Monad xUnit</PackageTags>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RootNamespace>Funcky</RootNamespace>
Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
Funcky adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Funcky 3.4.0 | Funcky.Async 1.3.0
## Funcky 3.4.0 | Funcky.Async 1.3.0 | Funcky.XUnit 2.0.2

This update is mainly to update to .NET 8 but also has several smaller improvements.

### .NET 8

Expand Down Expand Up @@ -65,6 +67,10 @@ All three alternative monads `Option`, `Either` and `Result` now support inspect

These methods are particularly useful for logging warnings/errors.

### Funcky.XUnit

* Funcky.XUnit is only compatible with XUnit 2.4, this is now correctly declared.

## Funcky 3.2.0 | Funcky.Async 1.2.0
### List Pattern for Option
We've added support for C# 11's List Patterns to `Option<T>`.
Expand Down

0 comments on commit d6c890b

Please sign in to comment.