Skip to content

Commit 77e1b3f

Browse files
committed
Bump version to 7.22.0
1 parent b6de317 commit 77e1b3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 7.22.0 - 24.11.2024
2+
3+
* Update to FSAC 0.75.0. This release adds support for F# 9 language features and .NET 9 SDKs and tooling.
4+
* Removes support for .NET 6 and .NET 7 SDKs and tooling.
5+
* Added new configuration for using the DATAS Server GC Mode via the "FSharp.fsac.gc.useDatas" setting. This mode is enabled by default in .NET 9, disabled by default in .NET 8, and mutually exclusive with the pre-existing "Fsharp.fsac.gc.noAffinitize" and "Fsharp.fsac.gc.heapCount" settings.
6+
17
### 7.21.2 - 21.09.2024
28

39
* FIXED: [Fix Find References in CodeLens](https://github.com/ionide/ionide-vscode-fsharp/pull/2042) from @PaigeM80

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,5 +1817,5 @@
18171817
"type": "git",
18181818
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18191819
},
1820-
"version": "7.21.2"
1820+
"version": "7.22.0"
18211821
}

0 commit comments

Comments
 (0)