Skip to content

Commit

Permalink
Release 4.0.0-theta-017
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 16, 2022
1 parent 0218f65 commit d931b20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-theta-016</PackageVersion>
<PackageReleaseNotes>* Attempt to improve project parsing
* Added Double.Pow static</PackageReleaseNotes>
<PackageVersion>4.0.0-theta-017</PackageVersion>
<PackageReleaseNotes>* Use TargetFramework from .fsproj and ask users to upgrade from netstandard2.0 if necessary
* Update FCS (F# 7)
* Python, handling static getters
* Rust, fix deprecated API</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
7 changes: 7 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 4.0.0-theta-017

* Use TargetFramework from .fsproj and ask users to upgrade from netstandard2.0 if necessary
* Update FCS (F# 7)
* Python, handling static getters
* Rust, fix deprecated API

### 4.0.0-theta-016

* Attempt to improve project parsing
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-016"
let [<Literal>] VERSION = "4.0.0-theta-017"

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

0 comments on commit d931b20

Please sign in to comment.