Skip to content

Commit

Permalink
Bump version to 7.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed May 17, 2024
1 parent 59d9bda commit 4586785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 7.20.1 - 17.05.2024

* Fixed: The .NET 8 build of FsAutoComplete wasn't being included in the build. Now it is!

### 7.20.0 - 15.05.2024

* 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.
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1808,5 +1808,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.20.0"
"version": "7.20.1"
}

0 comments on commit 4586785

Please sign in to comment.