Skip to content

Commit

Permalink
Update Giraffe from 6.2.0 to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Jul 29, 2024
1 parent 6de1df9 commit 068861d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Release notes

* **Breaking:** Removed the unneeded explicit type parameters on `EnableUnknownFieldStrictMode`,
`EnableUnknownQueryParamStrictMode`, and `LogInvalidJsonRequestBodies`
* **Breaking:** Update Giraffe from 6.2.0 to 7.0.0.
See [this page](https://github.com/giraffe-fsharp/Giraffe/releases/tag/v7.0.0-alpha-001) for breaking changes.
* Updated FSharp.SystemTextJson from 1.2.42 to 1.3.13

### 0.22.1 (2023-12-18)
Expand Down
2 changes: 1 addition & 1 deletion src/Felicity/Felicity.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageReference Include="Giraffe" Version="6.2.0" />
<PackageReference Include="Giraffe" Version="7.0.0" />
<PackageReference Update="FSharp.Core" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 068861d

Please sign in to comment.