Skip to content

Commit

Permalink
Release Fable.AST 4.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jan 28, 2025
1 parent b0e6407 commit ed3d460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Fable.AST/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.AST/Fable.AST.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Fable AST</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>4.5.0</Version>
<Version>4.6.0-beta.1</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Common.fs" />
Expand Down

0 comments on commit ed3d460

Please sign in to comment.