From 145297f274c9d67cc285bfc663bf4a210dbe690f Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Wed, 25 Oct 2023 19:44:25 +0200 Subject: [PATCH] Release 4.4.1 --- src/Fable.Cli/CHANGELOG.md | 8 +++++++- src/Fable.Cli/Fable.Cli.fsproj | 2 +- src/Fable.Transforms/Global/Compiler.fs | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 29ea02a1cf..2c2a85e9bd 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 4.4.1 - 2023-10-25 + +### Changed + #### All -* Turn off FCS warning 3560 by default (by @vzarytovskii) +* Fix #3567: Turn off FCS warning 3560 by default (by @vzarytovskii) + +### Fixed #### Rust diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj index 624e77d60c..db275ccc59 100644 --- a/src/Fable.Cli/Fable.Cli.fsproj +++ b/src/Fable.Cli/Fable.Cli.fsproj @@ -4,7 +4,7 @@ true Exe net6.0 - 4.4.0 + 4.4.1 * Fix #3438: Source maps * Fix #3440: Don't curry arity-1 functions * Fix #3452: DateTimeOffset conversion to DateTime diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index 05388761b0..91965bd45f 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -1,7 +1,7 @@ namespace Fable module Literals = - let [] VERSION = "4.4.0" + let [] VERSION = "4.4.1" let [] JS_LIBRARY_VERSION = "1.1.1" type CompilerOptionsHelper =