Skip to content

Commit dc7fe33

Browse files
Bump version to 2.0.4
1 parent 688a4f6 commit dc7fe33

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

src/dotnet/Fable.Compiler/CLI/CLI.Util.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable.CLI
22

33
module Literals =
44

5-
let [<Literal>] VERSION = "2.0.3"
5+
let [<Literal>] VERSION = "2.0.4"
66
let [<Literal>] CORE_VERSION = "2.0.0"
77
let [<Literal>] DEFAULT_PORT = 61225
88
let [<Literal>] FORCE = "force:"

src/dotnet/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Description>Fable: F# to JS Compiler</Description>
5-
<Version>2.0.3</Version>
6-
<PackageVersion>2.0.3</PackageVersion>
5+
<Version>2.0.4</Version>
6+
<PackageVersion>2.0.4</PackageVersion>
77
<OutputType>Exe</OutputType>
88
<PackageType>DotnetCliTool</PackageType>
99
<AssemblyName>dotnet-fable</AssemblyName>

src/dotnet/Fable.Compiler/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.0.4
2+
3+
* Fix #1594 Array.partition results are too long @ericharding
4+
* Fix #1599: Folders starting with dot @OnurGumus @inosik
5+
* Check files exist when collecing all sources into single .fsproj @dbrattli
6+
* Don't trigger Symbol.iterator when testing for iterables
7+
* Improvements for Fable REPL @ncave
8+
19
### 2.0.3
210

311
* Fix #1588: MailboxProcessor.PostAndAsyncReply with falsy values @nilekirk

src/js/fable-splitter/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.0.1
2+
3+
* Improve relative path check
4+
15
### 2.0.0
26

37
* Fable 2

src/js/fable-splitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fable-splitter",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "File splitter for Fable (F# to JavaScript compiler)",
55
"author": "ncave",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)