Skip to content

Commit

Permalink
Release 4.0.0-theta-006
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Sep 18, 2022
1 parent 9f4febe commit a3dd63f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-theta-005</PackageVersion>
<PackageReleaseNotes>* Python, fix type annotation for imports of erased interfaces
* Python, better regex handling
* TypeScript, ixed some array issues
* Allow alias for default/namespace imports
* TypeScript, added some interface annotations</PackageReleaseNotes>
<PackageVersion>4.0.0-theta-006</PackageVersion>
<PackageReleaseNotes>* Python, regex fixes for group collection</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.0-theta-006

* Python, regex fixes for group collection

### 4.0.0-theta-005

* Python, fix type annotation for imports of erased interfaces
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-005"
let [<Literal>] VERSION = "4.0.0-theta-006"

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

0 comments on commit a3dd63f

Please sign in to comment.