Skip to content

Commit 04f23a0

Browse files
committed
Release 5.0.0-alpha.1
1 parent 418fb1f commit 04f23a0

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
7-
<Version>4.24.0</Version>
7+
<Version>5.0.0-alpha.1</Version>
88
<PackageReleaseNotes>## Added
99

10-
- [JS/TS] Added missing `ResizeArray.CopyTo` replacements (by @ncave)
11-
- [JS/TS] Added missing `Dictionary` constructors from enumerable (by @ncave)
10+
- [All] Add `--legacyCracker` as a fallback
1211

13-
## Fixed
12+
## Changed
1413

15-
- [Rust] Fixed import path rewrite (by @ncave)
16-
- [Rust] Updated derived interfaces (by @ncave)
17-
- [Rust] Updated string comparisons (by @ncave)
18-
- [Rust] Fixed derived traits mapping (by @ncave)
19-
- [JS/TS] Added missing `ICollection` helpers (#3914) (by @ncave)
20-
- [JS/TS] Added missing `IReadOnlyCollection` helpers (by @ncave)
14+
- [All] Make MSBuildCracker the default
15+
- [All] Replace `FABLE_COMPILER_4` with `FABLE_COMPILER_5` as the compiler directive
16+
- [All] Move TargetFramework to `net8.0`
2117

2218
</PackageReleaseNotes>
2319
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->

src/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
<RootNamespace>Fable.Compiler</RootNamespace>
9-
<Version>4.0.0-alpha-016</Version>
10-
<PackageReleaseNotes>## Changed
9+
<Version>5.0.0-alpha.1</Version>
10+
<PackageReleaseNotes>## Added
1111

12-
- Fable 4.24.0
12+
- [All] Add `--legacyCracker` as a fallback
13+
14+
## Changed
15+
16+
- [All] Make MSBuildCracker the default
17+
- [All] Replace `FABLE_COMPILER_4` with `FABLE_COMPILER_5` as the compiler directive
18+
- [All] Move TargetFramework to `net8.0`
1319

1420
</PackageReleaseNotes>
1521
<DebugType>embedded</DebugType>

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable
22

33
module Literals =
44
[<Literal>]
5-
let VERSION = "4.24.0"
5+
let VERSION = "5.0.0-alpha.1"
66

77
[<Literal>]
88
let JS_LIBRARY_VERSION = "1.7.0"

src/fable-standalone/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)