Skip to content

Commit

Permalink
Bump version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jan 23, 2018
1 parent 0533440 commit a844ca0
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 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.7</Version>
<Version>1.3.8</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.7
### 1.3.8

* See dotnet-fable 1.3.7 release notes
* See dotnet-fable 1.3.8 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.7</Version>
<Version>1.3.8</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.7
### 1.3.8

* See dotnet-fable 1.3.7 release notes
* See dotnet-fable 1.3.8 release notes

### 1.3.0-beta-009

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

* Remove empty intermediate functions (@vbfox)
* Implement replacements for eprintf and friends (@inosik)
* Fix #1311: sign operator
* Fix #1165 bis: Return sourceFiles for .fsproj files
* Add Invoke method to Fable.Import.JS.Function
* Add Fable.Core.DynamicExtensions

### 1.3.7

* Fix PassGenerics attribute with optional arguments
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.7"
let [<Literal>] VERSION = "1.3.8"
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.7</Version>
<Version>1.3.8</Version>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand Down
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 @@
### 0.1.21

* Fix #1165 bis: Return sourceFiles for .fsproj files

### 0.1.20

* Move `allFiles` to options root
Expand Down
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": "0.1.20",
"version": "0.1.21",
"description": "File splitter for Fable (F# to JavaScript compiler)",
"author": "ncave",
"license": "Apache-2.0",
Expand Down

0 comments on commit a844ca0

Please sign in to comment.