Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 24, 2023
1 parent cfb6d68 commit d60e3a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.4.0 - 2023-10-24

### Changed

#### FCS
#### All

* Updated FCS to [bd66d54b1ac4dd0f252c0a37196c2ccd54628356](https://github.com/dotnet/fsharp/commits/bd66d54b1ac4dd0f252c0a37196c2ccd54628356) (by @ncave)

Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.3.0</Version>
<Version>4.4.0</Version>
<PackageReleaseNotes>* Fix #3438: Source maps

This comment has been minimized.

Copy link
@ncave

ncave Oct 24, 2023

Collaborator

@MangelMaxime Shouldn't we also update the PackageReleaseNotes, looks like they're old.

This comment has been minimized.

Copy link
@MangelMaxime

MangelMaxime Oct 25, 2023

Author Member

Oops seems like I forgot to update that section of the fsproj in the new build system.

* Fix #3440: Don't curry arity-1 functions
* Fix #3452: DateTimeOffset conversion to DateTime
Expand Down
2 changes: 2 additions & 0 deletions src/Fable.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.2.0 - 2021-10-24

### Added

#### JavaScript
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Fable Core Library</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>4.1.1</Version>
<Version>4.2.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "4.3.0"
let [<Literal>] VERSION = "4.4.0"
let [<Literal>] JS_LIBRARY_VERSION = "1.1.1"

type CompilerOptionsHelper =
Expand Down

0 comments on commit d60e3a9

Please sign in to comment.