Skip to content

Commit

Permalink
Release 4.0.0-theta-010
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Sep 28, 2022
1 parent 74e1fea commit ca3ba25
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>net6.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-theta-009</PackageVersion>
<PackageReleaseNotes>* Add language status to version
* Make --runScript compatible with Python, Rust and Dart
* Update F# compiler
* Compile as net6 binary
* TypeScript, type-safe union types and other fixes</PackageReleaseNotes>
<PackageVersion>4.0.0-theta-010</PackageVersion>
<PackageReleaseNotes>* Use StringTemplate expr in Fable AST for Python</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-010

* Use StringTemplate expr in Fable AST for Python

### 4.0.0-theta-009

* Add language status to version
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-009"
let [<Literal>] VERSION = "4.0.0-theta-010"

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

0 comments on commit ca3ba25

Please sign in to comment.