Skip to content

Commit 24705b9

Browse files
authored
Add release notes for 4.5.12. (#2011)
1 parent 8c1d87a commit 24705b9

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 4.5.12 - 01/2022
2+
3+
* Fix Strings containing spaces at end of line change meaning. [#1941](https://github.com/fsprojects/fantomas/issues/1941)
4+
* Fix Explicit class/end/with loses members. [#1940](https://github.com/fsprojects/fantomas/issues/1940)
5+
* Fix Idempotency problem when static member with get. [#1913](https://github.com/fsprojects/fantomas/issues/1913)
6+
17
#### 4.5.11 - 12/2021
28

39
* Fix KeepIndentInBranch not being respected. [#2003](https://github.com/fsprojects/fantomas/issues/2003)

src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<GenerateProgramFile>false</GenerateProgramFile>
7-
<Version>4.5.11</Version>
7+
<Version>4.5.12</Version>
88
<NoWarn>FS0988</NoWarn>
99
<WarningsAsErrors>FS0025</WarningsAsErrors>
1010
</PropertyGroup>

src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RollForward>Major</RollForward>
99
<ToolCommandName>fantomas</ToolCommandName>
1010
<PackAsTool>True</PackAsTool>
11-
<Version>4.5.11</Version>
11+
<Version>4.5.12</Version>
1212
<AssemblyName>fantomas-tool</AssemblyName>
1313
<WarningsAsErrors>FS0025</WarningsAsErrors>
1414
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

src/Fantomas.Extras/Fantomas.Extras.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>4.5.11</Version>
5+
<Version>4.5.12</Version>
66
<Description>Utility package for Fantomas</Description>
77
<WarningsAsErrors>FS0025</WarningsAsErrors>
88
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

src/Fantomas.Tests/Fantomas.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>4.5.11</Version>
3+
<Version>4.5.12</Version>
44
<NoWarn>FS0988</NoWarn>
55
<TargetFramework>net5.0</TargetFramework>
66
<WarningsAsErrors>FS0025</WarningsAsErrors>

src/Fantomas/Fantomas.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>4.5.11</Version>
5+
<Version>4.5.12</Version>
66
<Description>Source code formatter for F#</Description>
77
<WarningsAsErrors>FS0025</WarningsAsErrors>
88
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

0 commit comments

Comments
 (0)