Skip to content

Commit c78a41d

Browse files
committed
Bump version to 7.5.1
1 parent e2899fc commit c78a41d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

release/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 7.5.1 - 26.02.2023
2+
3+
Same as 7.5.0, but republished to fix an issue with publishing.
4+
5+
* Update FSAC to 0.59.1 to get support for F# 7 and other fixes
6+
* Introduce new config option `FSharp.inlineValues.[enabled, prefix]` to migrate from `FSharp.pipelineHints.[enabled, prefix]`
7+
* Add support for OpenTelemetry-based tracing of the LSP and compiler service usages - set `"FSharp.openTelemetry.enabled"` to `true` and start up a collector (setting the `OTEL_EXPORTER_OTLP_ENDPOINT` ahead of time if necessary) and it all should just light up!
8+
* Add a new flag `FSharp.fsac.conserveMemory` that if set will tell the compiler to be more aggressive about reclaiming memory. Trades off lower memory use for increase CPU use.
9+
* Fix an error that was uncaught when some configuration settings changed (thanks @vain0x!)
10+
* Add a new flag `FSharp.fsac.parallelReferenceResolution` to control if FSAC will use the new-in-F# 7 parallel reference resolution features. Should provide a speed up of project load times.
11+
* For the FSI watcher use Inline Values APIs instead of rolling our own decorations
12+
113
### 7.5.0 - 20.02.2023
214

315
* Update FSAC to 0.59.1 to get support for F# 7 and other fixes

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,5 +1634,5 @@
16341634
"type": "git",
16351635
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
16361636
},
1637-
"version": "7.5.0"
1637+
"version": "7.5.1"
16381638
}

0 commit comments

Comments
 (0)