Skip to content

Commit

Permalink
4.0.0 snake island alpha 026 (#3150)
Browse files Browse the repository at this point in the history
* 4.0.0-snake-island-alpha-026

* Release 4.0.0-snake-island-alpha-026
  • Loading branch information
dbrattli authored Sep 8, 2022
1 parent a14dc91 commit 4f5bde8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
11 changes: 5 additions & 6 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>4.0.0</Version>
<PackageVersion>4.0.0-snake-island-alpha-025</PackageVersion>
<PackageReleaseNotes>* Added IsInternal and IsPrivate properties in AST, @ncave
* Rust, better datetime comparison + conversion. DateTimeOffset first, @alexswan10k
* Python, GUID fixes, @dbrattli
* Python, async/await fixes for Task returning functions, @dbrattli
* Rust, another problematic ref counting scenario + fix, @alexswan10k</PackageReleaseNotes>
<PackageVersion>4.0.0-snake-island-alpha-026</PackageVersion>
<PackageReleaseNotes>* Rust, more dates, @alexswan10k
* Python, fix slice of string statements, @dbrattli
* Python add task RunSynchronously, @dbrattli
* Rust, ade startup an opt-in dependency, @ncave</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-snake-island-alpha-026

* Rust, more dates, @alexswan10k
* Python, fix slice of string statements, @dbrattli
* Python add task RunSynchronously, @dbrattli
* Rust, ade startup an opt-in dependency, @ncave

### 4.0.0-snake-island-alpha-025

* Added IsInternal and IsPrivate properties in AST, @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-snake-island-alpha-025"
let [<Literal>] VERSION = "4.0.0-snake-island-alpha-026"

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

0 comments on commit 4f5bde8

Please sign in to comment.