Skip to content

Commit

Permalink
Release 4.0.0-theta-018
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 19, 2022
1 parent e205626 commit e35752c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.0.0</Version>
<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>
<PackageVersion>4.0.0-theta-018</PackageVersion>
<PackageReleaseNotes>* When using a .csproj, make sure the project is restored before parsing
* Rust, added Stack, Queue</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
5 changes: 5 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.0.0-theta-018

* When using a .csproj, make sure the project is restored before parsing
* Rust, added Stack, Queue

### 4.0.0-theta-017

* Use TargetFramework from .fsproj and ask users to upgrade from netstandard2.0 if necessary
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-017"
let [<Literal>] VERSION = "4.0.0-theta-018"

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

0 comments on commit e35752c

Please sign in to comment.