From f25a3d81c60a23050b86f0e0f4ffae9ff079f64a Mon Sep 17 00:00:00 2001 From: 64J0 Date: Fri, 12 Apr 2024 19:45:58 -0300 Subject: [PATCH] Release 6.4.0 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 01a2676c..31c927b2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,12 @@ Release Notes ============= +## 6.4.0 - 2024-04-12 + +- [Upgrade to .NET 8](https://github.com/giraffe-fsharp/Giraffe/pull/527) - Credits @Banashek @fpellet +- [Improve CI by updating actions version and avoid concurrent jobs for the same PR](https://github.com/giraffe-fsharp/Giraffe/pull/582) - Credits @64J0 +- [Add Fantomas validation to CI](https://github.com/giraffe-fsharp/Giraffe/pull/587) - Credits @64J0 + ## 6.4.0-alpha-1 - 2024-03-10 - [Upgrade to .NET 8](https://github.com/giraffe-fsharp/Giraffe/pull/527) - Credits @Banashek @fpellet