From 6713d31fc6da1efe852f87d37ce980dc24d82478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Tue, 14 Apr 2020 13:25:08 +0200 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 5 +++++ src/Fornax.Core/AssemblyInfo.fs | 8 ++++---- src/Fornax/AssemblyInfo.fs | 8 ++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf42fa..59f332f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.12.0 - 14.04.2020 +* WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi)) +* Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi)) +* Refactor template (by [@robertpi](https://github.com/robertpi)) + ### 0.11.1 - 07.04.2020 * Fix for once generator running even if not found (by [@sasmithjr](https://github.com/sasmithjr)) * Use exceptions .ToString() when printing error (by [@robertpi](https://github.com/robertpi)) diff --git a/src/Fornax.Core/AssemblyInfo.fs b/src/Fornax.Core/AssemblyInfo.fs index 871fc1c..259cf9a 100644 --- a/src/Fornax.Core/AssemblyInfo.fs +++ b/src/Fornax.Core/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Fornax.Core" let [] AssemblyProduct = "Fornax" let [] AssemblyDescription = "Fornax is a static site generator using type safe F# DSL to define page layouts" - let [] AssemblyVersion = "0.11.2" - let [] AssemblyFileVersion = "0.11.2" + let [] AssemblyVersion = "0.12.0" + let [] AssemblyFileVersion = "0.12.0" diff --git a/src/Fornax/AssemblyInfo.fs b/src/Fornax/AssemblyInfo.fs index e352639..13e58fa 100644 --- a/src/Fornax/AssemblyInfo.fs +++ b/src/Fornax/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Fornax" let [] AssemblyProduct = "Fornax" let [] AssemblyDescription = "Fornax is a static site generator using type safe F# DSL to define page layouts" - let [] AssemblyVersion = "0.11.2" - let [] AssemblyFileVersion = "0.11.2" + let [] AssemblyVersion = "0.12.0" + let [] AssemblyFileVersion = "0.12.0"