Skip to content

Commit

Permalink
Update release notes (#703)
Browse files Browse the repository at this point in the history
* Updated month in release notes

* Update RELEASE_NOTES.md to 3.3
  • Loading branch information
nojaf authored Feb 28, 2020
1 parent cf09a21 commit 360bf2e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
21 changes: 14 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
### 3.3.0-beta-002 - 02/2020
### 3.3.0 - 02/2020

* Support for `and!`. [#690](https://github.com/fsprojects/fantomas/issues/690)
* Support for new slice syntax. [#691](https://github.com/fsprojects/fantomas/issues/691)
* Support for check style flag [#642](https://github.com/fsprojects/fantomas/issues/642)
* Bugfixes

### 3.3.0-beta-001 - 02/2020
* Partial support for FCS 34
* Performance improvements
* Bugfixes
* Update FCS to 34.1 [#699](https://github.com/fsprojects/fantomas/pull/699)
* Allow to configure spaces before and after semicolon. [#653](https://github.com/fsprojects/fantomas/issues/653)
* Fix Problem with --config and directory names containing ".". [#694](https://github.com/fsprojects/fantomas/issues/694)
* Fix Space is removed after Foo.Create. [#676](https://github.com/fsprojects/fantomas/issues/676)
* Fix Error in formatting nested else if construction. [#675](https://github.com/fsprojects/fantomas/issues/675)
* Fix Unbalanced and misplaced #if directives after formatting. [#635](https://github.com/fsprojects/fantomas/issues/635)
* Fix Stack overflow when using fantomas 3.2.0-beta-002. [#630](https://github.com/fsprojects/fantomas/issues/630)
* Fix --help and --version return exit code 1. [#612](https://github.com/fsprojects/fantomas/issues/612)
* Fix Line comment disappears after format. [#598](https://github.com/fsprojects/fantomas/issues/598)
* Fix Stack overflow for global tool on OSX. [#591](https://github.com/fsprojects/fantomas/issues/591)
* Fix Page width is not respected when formatting a function signature. [#495](https://github.com/fsprojects/fantomas/issues/495)
* Update README with link to YouTube videos series. [#672](https://github.com/fsprojects/fantomas/pull/672)

### 3.2.0 - 02/2020

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<Version>3.3.0-beta-002</Version>
<Version>3.3.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Fantomas.CoreGlobalTool\Fantomas.CoreGlobalTool.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<ToolCommandName>fantomas</ToolCommandName>
<PackAsTool>True</PackAsTool>
<Version>3.3.0-beta-002</Version>
<Version>3.3.0</Version>
<AssemblyName>fantomas-tool</AssemblyName>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/Fantomas.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\netfx.props" />
<PropertyGroup>
<Version>3.3.0-beta-002</Version>
<Version>3.3.0</Version>
<NoWarn>FS0988</NoWarn>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas/Fantomas.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\netfx.props" />
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>3.3.0-beta-002</Version>
<Version>3.3.0</Version>
<Description>Source code formatter for F#</Description>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 360bf2e

Please sign in to comment.