Skip to content

Commit

Permalink
Release 4.0.0-theta-014
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Oct 31, 2022
1 parent f749760 commit 4bc65dd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Fable.AST/Fable.AST.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>Fable AST</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>4.2.0</Version>
<PackageVersion>4.2.0</PackageVersion>
<Version>4.2.1</Version>
<PackageVersion>4.2.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Common.fs" />
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.AST/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.2.1

* Get sources from PluginHelper

### 4.2.0

* Add Entity.DeclaringEntity
Expand Down
12 changes: 6 additions & 6 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-theta-012</PackageVersion>
<PackageReleaseNotes>* Python, option fixes
* Python, fixes for reference equals with literals
* Python, reduce the number of generated arrow functions
* Rust, Added bigint support
* Use Buildalyzer for parsing .fsproj</PackageReleaseNotes>
<PackageVersion>4.0.0-theta-014</PackageVersion>
<PackageReleaseNotes>* Try to fix #3244 (cannot parse .fsproj)
* Rust, added small string type
* Python, fix byte array tying issue
* JS, don't mangle idents from imports in emitted code
* JS, optimize some array transforms</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
8 changes: 8 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 4.0.0-theta-014

* Try to fix #3244 (cannot parse .fsproj)
* Rust, added small string type
* Python, fix byte array tying issue
* JS, don't mangle idents from imports in emitted code
* JS, optimize some array transforms

### 4.0.0-theta-012

* Python, option fixes
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "4.0.0-theta-011"
let [<Literal>] VERSION = "4.0.0-theta-014"

type CompilerOptionsHelper =
static member Make(?language,
Expand Down

0 comments on commit 4bc65dd

Please sign in to comment.