Skip to content

Commit

Permalink
This is version 6.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 31, 2021
1 parent 79ae241 commit fe4f245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 6.3.2 - 31-10-2021
* Fixed a bug where the precompiler would not work on .NET Framework editions of MSBuild, like in Visual Studio for Windows.

#### 6.3.1 - 17-10-2021
* __Minor breaking change:__ `Farkle.Builder.RegexGrammar.designtime`'s type became a regular `DesigntimeFarkle<Regex>`, after being changed to a `Nonterminal<Regex>` in Farkle 6.3.0 by mistake. This change is unlikely to affect any regular user of Farkle.
* Fixed a bug where Farkle's assembly was not shrunk enough when trimmed.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.3.0.{build}
version: 6.3.2.{build}
image:
- Visual Studio 2019
- Ubuntu2004
Expand Down

0 comments on commit fe4f245

Please sign in to comment.