From ed3d460fdd743a8060a41343921a0579c563eca6 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Tue, 28 Jan 2025 12:12:34 +0100 Subject: [PATCH] Release Fable.AST 4.6.0-beta.1 --- src/Fable.AST/CHANGELOG.md | 6 ++++++ src/Fable.AST/Fable.AST.fsproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Fable.AST/CHANGELOG.md b/src/Fable.AST/CHANGELOG.md index cc22fedbfe..34dcecf349 100644 --- a/src/Fable.AST/CHANGELOG.md +++ b/src/Fable.AST/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 4.6.0-beta.1 - 2025-01-28 + +### Fixed + +* [All] Re-package with `--realsig+` to fix `Method not found: 'Boolean Fable.CompilerOptions.Equals` (by @nojaf) + ## 4.5.0 - 2024-05-23 ### Removed diff --git a/src/Fable.AST/Fable.AST.fsproj b/src/Fable.AST/Fable.AST.fsproj index 5c56859ade..f80ede7c9e 100644 --- a/src/Fable.AST/Fable.AST.fsproj +++ b/src/Fable.AST/Fable.AST.fsproj @@ -5,7 +5,7 @@ Fable AST netstandard2.0 true - 4.5.0 + 4.6.0-beta.1