File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## 4.4.1 - 2023-10-25
10+
11+ ### Changed
12+
913#### All
1014
11- * Turn off FCS warning 3560 by default (by @vzarytovskii )
15+ * Fix #3567 : Turn off FCS warning 3560 by default (by @vzarytovskii )
16+
17+ ### Fixed
1218
1319#### Rust
1420
Original file line number Diff line number Diff line change 44 <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
55 <OutputType >Exe</OutputType >
66 <TargetFramework >net6.0</TargetFramework >
7- <Version >4.4.0 </Version >
7+ <Version >4.4.1 </Version >
88 <PackageReleaseNotes >* Fix #3438: Source maps
99* Fix #3440: Don't curry arity-1 functions
1010* Fix #3452: DateTimeOffset conversion to DateTime
Original file line number Diff line number Diff line change 11namespace Fable
22
33module Literals =
4- let [<Literal>] VERSION = " 4.4.0 "
4+ let [<Literal>] VERSION = " 4.4.1 "
55 let [<Literal>] JS_LIBRARY_VERSION = " 1.1.1"
66
77type CompilerOptionsHelper =
You can’t perform that action at this time.
0 commit comments