Skip to content

Commit

Permalink
Released Fable.4.0.0-theta-008
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Sep 22, 2022
1 parent 9daa6d9 commit 9c0ad56
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
12 changes: 7 additions & 5 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-theta-007</PackageVersion>
<PackageReleaseNotes>* TypeScript, fix fable-library-ts @ncave
* Python, fix regex tests @dbrattli
* Python, fix emit expressions
* JS, helpers for JSX/React apps</PackageReleaseNotes>
<PackageVersion>4.0.0-theta-008</PackageVersion>
<PackageReleaseNotes>* Enable emitExpr/Statement with interpolation, @alfonsogarciacaro
* Python, fix imported interfaces from other modules, @dbrattli
* Python, allow python code embedder to return generic type T
* Python, enable eliding async/await, @dbrattli
* TypeScript, added library-ts to packages, @ncave
* Python, do not trim emitted statements</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
9 changes: 9 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 4.0.0-theta-008

* Enable emitExpr/Statement with interpolation, @alfonsogarciacaro
* Python, fix imported interfaces from other modules, @dbrattli
* Python, allow python code embedder to return generic type T
* Python, enable eliding async/await, @dbrattli
* TypeScript, added library-ts to packages, @ncave
* Python, do not trim emitted statements

### 4.0.0-theta-007

* TypeScript, fix fable-library-ts @ncave
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-007"
let [<Literal>] VERSION = "4.0.0-theta-008"

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

0 comments on commit 9c0ad56

Please sign in to comment.