Skip to content

Commit

Permalink
Bump version to 2.0.0-beta-002
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Aug 28, 2018
1 parent c8c639b commit 325c94d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 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
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.0.0-beta-001"
let [<Literal>] VERSION = "2.0.0-beta-002"
let [<Literal>] CORE_VERSION = "2.0.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-beta-001</PackageVersion>
<PackageVersion>2.0.0-beta-002</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
Expand Down
17 changes: 17 additions & 0 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 2.0.0-beta-002

* Compile chars as JS strings (as in Fable 1)
* Add Map.TryGetValue
* Add EnumToValue @zpodlovics #1522
* Fix: Use operators as functions @xdaDaveShaw #1529
* Fix hexadecimal printing @xdaDaveShaw #1535
* Fix overloaded inline methods in other files @dgchurchill #1534
* Fix #1516: Add warning if unit value is replaced
* Fix #1533: Enable inheriting empty interfaces
* Fix #1519: FSharpType.MakeTupleType
* Fix extension member overloads
* Fix: Check bitwise shift left for unsigned integers
* Improvements in pattern matching compilation
* Add --force-pkgs CLI option
* Return non-zero error code when CLI arguments are wrong @theimowski #1515

### 2.0.0-beta-001

* Fable 2 beta
Expand Down

0 comments on commit 325c94d

Please sign in to comment.