Skip to content

Commit 720227d

Browse files
authored
Add release notes for 4.5.8. (#1973)
1 parent 7c52602 commit 720227d

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 4.5.8 - 11/2021
2+
3+
* Fix Fantomas is unable to format valid F# (.net 6.0) program. [#1969](https://github.com/fsprojects/fantomas/issues/1969)
4+
* Fix Attributes on static members of recursive types formats incorrectly. [#1962](https://github.com/fsprojects/fantomas/issues/1962)
5+
* Fix val mutable in signature loses 'mutable'. [#1954](https://github.com/fsprojects/fantomas/issues/1954)
6+
* Fix Literals in signatures lose values. [#1953](https://github.com/fsprojects/fantomas/issues/1953)
7+
* Fix Attribute on member of mutually dependent types fails to validate. [#1918](https://github.com/fsprojects/fantomas/issues/1918)
8+
* Fix Wrong code is generated for member attribute in recursive type. [#1898](https://github.com/fsprojects/fantomas/issues/1898)
9+
* Fix Attribute on type function incorrectly placed for 'and' types. [#1874](https://github.com/fsprojects/fantomas/issues/1874)
10+
111
#### 4.5.7 - 11/2021
212

313
* Fix Formatting power operator in code quotation pattern match fails. [#1945](https://github.com/fsprojects/fantomas/issues/1945)

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.7</Version>
7+
<Version>4.5.8</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.7</Version>
11+
<Version>4.5.8</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.7</Version>
5+
<Version>4.5.8</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.7</Version>
3+
<Version>4.5.8</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.7</Version>
5+
<Version>4.5.8</Version>
66
<Description>Source code formatter for F#</Description>
77
<WarningsAsErrors>FS0025</WarningsAsErrors>
88
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>

0 commit comments

Comments
 (0)