From 70cec3aef06e44e3afb2c725cd2f348a2c6cc960 Mon Sep 17 00:00:00 2001 From: baronfel Date: Sun, 8 Sep 2024 02:54:09 +0000 Subject: [PATCH] Bump version to 7.21.1 --- release/CHANGELOG.md | 5 +++++ release/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 41087c12..011875ef 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,8 @@ +### 7.21.1 - 07.09.2024 + +* Updated to FSAC 0.74.1. This release includes fixes for the floating codelens issue users have reported, updates to the Fantomas integration to allow usage with the global-tool installation of fantomas, and an enhancement to the 'generate cases' code action for DU matches that allows it to generate cases even when no matches have been entered. +* Updated the Ionide textmate grammar to get some more highlighting fixes + ### 7.21.0 - 18.08.2024 * Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements diff --git a/release/package.json b/release/package.json index 2beb11fb..8ce9f508 100644 --- a/release/package.json +++ b/release/package.json @@ -1812,5 +1812,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.21.0" + "version": "7.21.1" } \ No newline at end of file