Skip to content

Commit 4586785

Browse files
committed
Bump version to 7.20.1
1 parent 59d9bda commit 4586785

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 7.20.1 - 17.05.2024
2+
3+
* Fixed: The .NET 8 build of FsAutoComplete wasn't being included in the build. Now it is!
4+
15
### 7.20.0 - 15.05.2024
26

37
* ADDED: New flag to enable the F# Compiler's Transparent Compiler mode. Set `FSharp.fcs.transparentCompiler.enabled` to `true` to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to.

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,5 +1808,5 @@
18081808
"type": "git",
18091809
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18101810
},
1811-
"version": "7.20.0"
1811+
"version": "7.20.1"
18121812
}

0 commit comments

Comments
 (0)