Skip to content

Commit

Permalink
Bump version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Dec 13, 2017
1 parent eb02087 commit 2009e4d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
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 @@ -8,7 +8,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
<Authors>Alfonso García-Caro Núñez</Authors>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.3.4
### 1.3.5

* See dotnet-fable 1.3.4 release notes
* See dotnet-fable 1.3.5 release notes

### 1.3.0-beta-009

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Alfonso García-Caro Núñez</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Util.fs" />
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Core/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.3.4
### 1.3.5

* See dotnet-fable 1.3.4 release notes
* See dotnet-fable 1.3.5 release notes

### 1.3.0-beta-009

Expand Down
15 changes: 15 additions & 0 deletions src/dotnet/dotnet-fable/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 1.3.5

* Change license to MIT
* Remove point-free warning
* Fix #1272 #1274: Decimal literals and parsing
* Fix #1199: Application of point-free functions
* Fix #1291: Inlined object expression shouldn't change `this` context of argument
* Fix Compare and Equal for IE11 (@SCullman)
* Fix assignment block optimization inside try...with
* Add PowDouble, RangeChar and RangeDouble (@Zaid-Ajaj)
* Make `Double.Parse` and `Single.Parse` compilable with IFormatProvider (@Zaid-Ajaj)
* Add ErrorStrings (@Zaid-Ajaj)
* Add `List.Equals` & `List.CompareTo` (@Zaid-Ajaj)
* Add `Char.parse` (@inosik)

### 1.3.4

* Optimize assignment blocks as expressions (#1265)
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/dotnet-fable/ToolsUtil.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Constants =

let [<Literal>] VERSION = "1.3.4"
let [<Literal>] VERSION = "1.3.5"
let [<Literal>] DEFAULT_PORT = 61225

/// These values must be only set by the Main method
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/dotnet-fable/dotnet-fable.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
<Authors>Alfonso García-Caro Núñez</Authors>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand Down

0 comments on commit 2009e4d

Please sign in to comment.