We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a729e0 commit 436bef7Copy full SHA for 436bef7
RELEASE_NOTES.md
@@ -1,6 +1,10 @@
1
Release Notes
2
=============
3
4
+## 8.2.0-alpha-002 - 2025-11-11
5
+
6
+- [Remove Obsolete from redirectTo](https://github.com/giraffe-fsharp/Giraffe/pull/695) - Credits @kerams
7
8
## 8.2.0-alpha-001 - 2025-11-10
9
10
#### Breaking changes
src/Giraffe/Giraffe.fsproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<!-- General -->
<AssemblyName>Giraffe</AssemblyName>
- <Version>8.2.0-alpha-001</Version>
+ <Version>8.2.0-alpha-002</Version>
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
<Copyright>Copyright 2020 Dustin Moris Gorski</Copyright>
<Authors>Dustin Moris Gorski and contributors</Authors>
0 commit comments