File tree 5 files changed +27
-27
lines changed
5 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## 5.0.0-alpha.2 - 2024-11-25
11
+
12
+ ### Fixed
13
+
14
+ * [ All] Allow Fable 5 to be used with Fable 4 plugins (@ncave )
15
+
10
16
## 5.0.0-alpha.1 - 2024-11-24
11
17
12
18
### Added
13
19
14
- * [ All] Add ` --legacyCracker ` as a fallback
20
+ * [ All] Add ` --legacyCracker ` as a fallback ( @ MangelMaxime )
15
21
16
22
### Changed
17
23
18
- * [ All] Make MSBuildCracker the default
19
- * [ All] Replace ` FABLE_COMPILER_4 ` with ` FABLE_COMPILER_5 ` as the compiler directive
20
- * [ All] Move TargetFramework to ` net8.0 `
24
+ * [ All] Make MSBuildCracker the default ( @ MangelMaxime )
25
+ * [ All] Replace ` FABLE_COMPILER_4 ` with ` FABLE_COMPILER_5 ` as the compiler directive ( @ MangelMaxime )
26
+ * [ All] Move TargetFramework to ` net8.0 ` ( @ ncave )
21
27
22
28
## 4.24.0 - 2024-11-19
23
29
Original file line number Diff line number Diff line change 4
4
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
5
5
<OutputType >Exe</OutputType >
6
6
<TargetFramework >net8.0</TargetFramework >
7
- <Version >5.0.0-alpha.1 </Version >
8
- <PackageReleaseNotes >## Added
7
+ <Version >5.0.0-alpha.2 </Version >
8
+ <PackageReleaseNotes >## Fixed
9
9
10
- - [All] Add `--legacyCracker` as a fallback
11
-
12
- ## Changed
13
-
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`
10
+ - [All] Allow Fable 5 to be used with Fable 4 plugins (@ncave)
17
11
18
12
</PackageReleaseNotes >
19
13
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
Original file line number Diff line number Diff line change @@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## 5.0.0-alpha.2 - 2024-11-25
11
+
12
+ ### Fixed
13
+
14
+ * [ All] Allow Fable 5 to be used with Fable 4 plugins (@ncave )
15
+
10
16
## 5.0.0-alpha.1 - 2024-11-24
11
17
12
18
### Added
13
19
14
- * [ All] Add ` --legacyCracker ` as a fallback
20
+ * [ All] Add ` --legacyCracker ` as a fallback ( @ MangelMaxime )
15
21
16
22
### Changed
17
23
18
- * [ All] Make MSBuildCracker the default
19
- * [ All] Replace ` FABLE_COMPILER_4 ` with ` FABLE_COMPILER_5 ` as the compiler directive
20
- * [ All] Move TargetFramework to ` net8.0 `
24
+ * [ All] Make MSBuildCracker the default ( @ MangelMaxime )
25
+ * [ All] Replace ` FABLE_COMPILER_4 ` with ` FABLE_COMPILER_5 ` as the compiler directive ( @ MangelMaxime )
26
+ * [ All] Move TargetFramework to ` net8.0 ` ( @ ncave )
21
27
22
28
## 4.0.0-alpha-016 - 2024-11-19
23
29
Original file line number Diff line number Diff line change 6
6
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
7
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
8
8
<RootNamespace >Fable.Compiler</RootNamespace >
9
- <Version >5.0.0-alpha.1 </Version >
10
- <PackageReleaseNotes >## Added
9
+ <Version >5.0.0-alpha.2 </Version >
10
+ <PackageReleaseNotes >## Fixed
11
11
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`
12
+ - [All] Allow Fable 5 to be used with Fable 4 plugins (@ncave)
19
13
20
14
</PackageReleaseNotes >
21
15
<DebugType >embedded</DebugType >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable
2
2
3
3
module Literals =
4
4
[<Literal>]
5
- let VERSION = " 5.0.0-alpha.1 "
5
+ let VERSION = " 5.0.0-alpha.2 "
6
6
7
7
[<Literal>]
8
8
let JS_LIBRARY_VERSION = " 1.7.0"
You can’t perform that action at this time.
0 commit comments