Skip to content

Commit

Permalink
Release 5.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Nov 24, 2024
1 parent 418fb1f commit 04f23a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
16 changes: 6 additions & 10 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>4.24.0</Version>
<Version>5.0.0-alpha.1</Version>
<PackageReleaseNotes>## Added

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

## Fixed
## Changed

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

</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
Expand Down
12 changes: 9 additions & 3 deletions src/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>Fable.Compiler</RootNamespace>
<Version>4.0.0-alpha-016</Version>
<PackageReleaseNotes>## Changed
<Version>5.0.0-alpha.1</Version>
<PackageReleaseNotes>## Added

- Fable 4.24.0
- [All] Add `--legacyCracker` as a fallback

## Changed

- [All] Make MSBuildCracker the default
- [All] Replace `FABLE_COMPILER_4` with `FABLE_COMPILER_5` as the compiler directive
- [All] Move TargetFramework to `net8.0`

</PackageReleaseNotes>
<DebugType>embedded</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable

module Literals =
[<Literal>]
let VERSION = "4.24.0"
let VERSION = "5.0.0-alpha.1"

[<Literal>]
let JS_LIBRARY_VERSION = "1.7.0"
Expand Down
4 changes: 2 additions & 2 deletions src/fable-standalone/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04f23a0

Please sign in to comment.