Skip to content

Commit 5c37f26

Browse files
Bump version to 0.7.5
1 parent df93c00 commit 5c37f26

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.7.5 - 03.08.2018
2+
* Check state.Urls before running UseUrls (by [@NinoFloris](https://github.com/NinoFloris))
3+
* fixes missing doctype in html controller actions (by [@WalternativE](https://github.com/WalternativE ))
4+
* Add abstraction for hosting Saturn on Azure Functions (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
5+
* Enable packaging for extensions (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
6+
17
### 0.7.4 - 20.07.2018
28
* Fix adding multiple auth sources (by [@BohdanZhmud](https://github.com/BohdanZhmud))
39
* Fix controller nesting bug (by [@TWith2Sugars](https://github.com/TWith2Sugars))

src/Saturn.AzureFunctions/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("Saturn.AzureFunctions")>]
66
[<assembly: AssemblyProductAttribute("Saturn")>]
77
[<assembly: AssemblyDescriptionAttribute("Opinionated, web development framework for F# which implements the server-side, functional MVC pattern")>]
8-
[<assembly: AssemblyVersionAttribute("0.7.4")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.7.4")>]
8+
[<assembly: AssemblyVersionAttribute("0.7.5")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.7.5")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "Saturn.AzureFunctions"
1414
let [<Literal>] AssemblyProduct = "Saturn"
1515
let [<Literal>] AssemblyDescription = "Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16-
let [<Literal>] AssemblyVersion = "0.7.4"
17-
let [<Literal>] AssemblyFileVersion = "0.7.4"
16+
let [<Literal>] AssemblyVersion = "0.7.5"
17+
let [<Literal>] AssemblyFileVersion = "0.7.5"

src/Saturn.Extensions.Authorization/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("Saturn.Extensions.Authorization")>]
66
[<assembly: AssemblyProductAttribute("Saturn")>]
77
[<assembly: AssemblyDescriptionAttribute("Opinionated, web development framework for F# which implements the server-side, functional MVC pattern")>]
8-
[<assembly: AssemblyVersionAttribute("0.7.4")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.7.4")>]
8+
[<assembly: AssemblyVersionAttribute("0.7.5")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.7.5")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "Saturn.Extensions.Authorization"
1414
let [<Literal>] AssemblyProduct = "Saturn"
1515
let [<Literal>] AssemblyDescription = "Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16-
let [<Literal>] AssemblyVersion = "0.7.4"
17-
let [<Literal>] AssemblyFileVersion = "0.7.4"
16+
let [<Literal>] AssemblyVersion = "0.7.5"
17+
let [<Literal>] AssemblyFileVersion = "0.7.5"

src/Saturn.Extensions.HttpSys/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("Saturn.Extensions.HttpSys")>]
66
[<assembly: AssemblyProductAttribute("Saturn")>]
77
[<assembly: AssemblyDescriptionAttribute("Opinionated, web development framework for F# which implements the server-side, functional MVC pattern")>]
8-
[<assembly: AssemblyVersionAttribute("0.7.4")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.7.4")>]
8+
[<assembly: AssemblyVersionAttribute("0.7.5")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.7.5")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "Saturn.Extensions.HttpSys"
1414
let [<Literal>] AssemblyProduct = "Saturn"
1515
let [<Literal>] AssemblyDescription = "Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16-
let [<Literal>] AssemblyVersion = "0.7.4"
17-
let [<Literal>] AssemblyFileVersion = "0.7.4"
16+
let [<Literal>] AssemblyVersion = "0.7.5"
17+
let [<Literal>] AssemblyFileVersion = "0.7.5"

src/Saturn/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("Saturn")>]
66
[<assembly: AssemblyProductAttribute("Saturn")>]
77
[<assembly: AssemblyDescriptionAttribute("Opinionated, web development framework for F# which implements the server-side, functional MVC pattern")>]
8-
[<assembly: AssemblyVersionAttribute("0.7.4")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.7.4")>]
8+
[<assembly: AssemblyVersionAttribute("0.7.5")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.7.5")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "Saturn"
1414
let [<Literal>] AssemblyProduct = "Saturn"
1515
let [<Literal>] AssemblyDescription = "Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16-
let [<Literal>] AssemblyVersion = "0.7.4"
17-
let [<Literal>] AssemblyFileVersion = "0.7.4"
16+
let [<Literal>] AssemblyVersion = "0.7.5"
17+
let [<Literal>] AssemblyFileVersion = "0.7.5"

0 commit comments

Comments
 (0)