diff --git a/CHANGELOG.md b/CHANGELOG.md index c251b21..e5cdb46 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 7594d3a..81fc35a 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