From 9b5e5926e97694c697590b50b1577be986a46ec2 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 15 May 2024 12:37:56 -0500 Subject: [PATCH] update FCS and FSharp.Core for new release (#208) --- CHANGELOG.md | 8 ++++++++ paket.lock | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c251b213..e5cdb46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.65.0] - 2024-05-15 + +### Changed + +* Updated F# Packages + * FSharp.Compiler.Service to 43.8.300 + * FSharp.Core to 8.0.300 + ## [0.64.0] - 2024-04-21 ### Added diff --git a/paket.lock b/paket.lock index 7594d3a6..81fc35a6 100644 --- a/paket.lock +++ b/paket.lock @@ -21,8 +21,8 @@ NUGET Expecto.TestResults (8.13.2) Expecto (>= 8.13.2) FSharp.Core (>= 4.6) - FSharp.Compiler.Service (43.7.400) - FSharp.Core (7.0.400) + FSharp.Compiler.Service (43.8.300) + FSharp.Core (8.0.300) System.Buffers (>= 4.5.1) System.Collections.Immutable (>= 7.0) System.Diagnostics.DiagnosticSource (>= 7.0.2) @@ -33,7 +33,7 @@ NUGET FSharp.Control.Reactive (5.0.5) FSharp.Core (>= 4.7.2) System.Reactive (>= 5.0 < 6.0) - FSharp.Core (7.0.400) + FSharp.Core (8.0.300) GitHubActionsTestLogger (2.0.1) Microsoft.TestPlatform.ObjectModel (>= 17.2) Ionide.KeepAChangelog.Tasks (0.1.8) - copy_local: true