Skip to content

Commit ab871e5

Browse files
Bump version to 5.2.0
1 parent fa02514 commit ab871e5

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 5.2.0 - 13.01.2020
2+
* Update Fable to 3.X
3+
* Only send FSharpDocumentation request when panel is open
4+
* Don't start debug if build has failed
5+
* Solution explorer: Compile order and better support for directories
6+
* Update FSAC:
7+
* Improve semantic highlighting
8+
* Re-enable `.binlog` generation
9+
* Add additional path normalization to handle some edge cases in Windows
10+
* Improve `.fsproj` mainpulation commands
11+
* Update `ProjInfo` to `0.46`
12+
* Add server requests in LSP implementation
13+
114
### 5.1.0 - 28.12.2020
215
* Handle potential exception in HighlightingProvider activation (GitPod)
316
* Update FSAC:

release/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 5.2.0 - 13.01.2020
2+
* Update Fable to 3.X
3+
* Only send FSharpDocumentation request when panel is open
4+
* Don't start debug if build has failed
5+
* Solution explorer: Compile order and better support for directories
6+
* Update FSAC:
7+
* Improve semantic highlighting
8+
* Re-enable `.binlog` generation
9+
* Add additional path normalization to handle some edge cases in Windows
10+
* Improve `.fsproj` mainpulation commands
11+
* Update `ProjInfo` to `0.46`
12+
* Add server requests in LSP implementation
13+
114
### 5.1.0 - 28.12.2020
215
* Handle potential exception in HighlightingProvider activation (GitPod)
316
* Update FSAC:

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-fsharp",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"publisher": "Ionide",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)