Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FSAC and prep release for 8.0.400 SDK #2034

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 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
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.

### 7.20.3 - 19.06.2024

* Fix regression in FSI argument forwarding
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NUGET
FSharp.Core (>= 4.7.2)
GIT
remote: https://github.com/ionide/ionide-fsgrammar.git
(0100f551f6c32598a58aba97344bf828673fec7a)
(b38420f8569aa662b4862beb407a02e527e866c1)
GITHUB
remote: ionide/ionide-vscode-helpers
src/Fable.Import.Showdown.fs (8e81bc03f11f07b8e0811b3d4598eadc78f32f2f)
Expand Down Expand Up @@ -241,4 +241,4 @@ STORAGE: PACKAGES
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
fsautocomplete (0.73.2)
fsautocomplete (0.74.0)
7 changes: 7 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 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
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.

### 7.20.3 - 19.06.2024

* Fix regression in FSI argument forwarding
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1812,5 +1812,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.20.3"
"version": "7.21.0"
}
Loading