Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
alfonsogarciacaro committed Oct 12, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 688a4f6 commit dc7fe33
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/CLI.Util.fs
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.0.3"
let [<Literal>] VERSION = "2.0.4"
let [<Literal>] CORE_VERSION = "2.0.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.3</Version>
<PackageVersion>2.0.3</PackageVersion>
<Version>2.0.4</Version>
<PackageVersion>2.0.4</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
8 changes: 8 additions & 0 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.0.4

* Fix #1594 Array.partition results are too long @ericharding
* Fix #1599: Folders starting with dot @OnurGumus @inosik
* Check files exist when collecing all sources into single .fsproj @dbrattli
* Don't trigger Symbol.iterator when testing for iterables
* Improvements for Fable REPL @ncave

### 2.0.3

* Fix #1588: MailboxProcessor.PostAndAsyncReply with falsy values @nilekirk
4 changes: 4 additions & 0 deletions src/js/fable-splitter/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.1

* Improve relative path check

### 2.0.0

* Fable 2
2 changes: 1 addition & 1 deletion src/js/fable-splitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-splitter",
"version": "2.0.0",
"version": "2.0.1",
"description": "File splitter for Fable (F# to JavaScript compiler)",
"author": "ncave",
"license": "Apache-2.0",

0 comments on commit dc7fe33

Please sign in to comment.