Skip to content

Commit 2968e2d

Browse files
authored
Bump to 4.1.1. (#1141)
1 parent 4f84f92 commit 2968e2d

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.1.1 - 09/2020
2+
3+
* Fix No newline between module and first declaration. [#1139](https://github.com/fsprojects/fantomas/issues/1139)
4+
* Fix additional new lines added after each call to format. [#1137](https://github.com/fsprojects/fantomas/issues/1137)
5+
* Fix Generics error when breaking line. [#1134](https://github.com/fsprojects/fantomas/issues/1134)
6+
* Fix Comments on DUs parameterized by functions are dropped. [#1128](https://github.com/fsprojects/fantomas/issues/1128)
7+
* Fix Preserve underscore in number. [#1120](https://github.com/fsprojects/fantomas/issues/1120)
8+
19
### 4.1.0 - 09/2020
210

311
* Ignore files by `.fantomasignore` file. [#420](https://github.com/fsprojects/fantomas/issues/420)

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>netcoreapp3.1</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<GenerateProgramFile>false</GenerateProgramFile>
7-
<Version>4.1.0</Version>
7+
<Version>4.1.1</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
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<ToolCommandName>fantomas</ToolCommandName>
66
<PackAsTool>True</PackAsTool>
7-
<Version>4.1.0</Version>
7+
<Version>4.1.1</Version>
88
<AssemblyName>fantomas-tool</AssemblyName>
99
<WarningsAsErrors>FS0025</WarningsAsErrors>
1010
</PropertyGroup>

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.1.0</Version>
5+
<Version>4.1.1</Version>
66
<Description>Utility package for Fantomas</Description>
77
<WarningsAsErrors>FS0025</WarningsAsErrors>
88
</PropertyGroup>

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.1.0</Version>
3+
<Version>4.1.1</Version>
44
<NoWarn>FS0988</NoWarn>
55
<TargetFramework>netcoreapp3.1</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.1.0</Version>
5+
<Version>4.1.1</Version>
66
<Description>Source code formatter for F#</Description>
77
<WarningsAsErrors>FS0025</WarningsAsErrors>
88
</PropertyGroup>

0 commit comments

Comments
 (0)