From ab871e5bcfec001bbc81ef5b331fbc0bb732b1b8 Mon Sep 17 00:00:00 2001 From: Krzysztof-Cieslak Date: Wed, 13 Jan 2021 18:45:30 +0100 Subject: [PATCH] Bump version to 5.2.0 --- RELEASE_NOTES.md | 13 +++++++++++++ release/CHANGELOG.md | 13 +++++++++++++ release/package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b574da45..33436d12 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,16 @@ +### 5.2.0 - 13.01.2020 +* Update Fable to 3.X +* Only send FSharpDocumentation request when panel is open +* Don't start debug if build has failed +* Solution explorer: Compile order and better support for directories +* Update FSAC: + * Improve semantic highlighting + * Re-enable `.binlog` generation + * Add additional path normalization to handle some edge cases in Windows + * Improve `.fsproj` mainpulation commands + * Update `ProjInfo` to `0.46` + * Add server requests in LSP implementation + ### 5.1.0 - 28.12.2020 * Handle potential exception in HighlightingProvider activation (GitPod) * Update FSAC: diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index b574da45..33436d12 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,16 @@ +### 5.2.0 - 13.01.2020 +* Update Fable to 3.X +* Only send FSharpDocumentation request when panel is open +* Don't start debug if build has failed +* Solution explorer: Compile order and better support for directories +* Update FSAC: + * Improve semantic highlighting + * Re-enable `.binlog` generation + * Add additional path normalization to handle some edge cases in Windows + * Improve `.fsproj` mainpulation commands + * Update `ProjInfo` to `0.46` + * Add server requests in LSP implementation + ### 5.1.0 - 28.12.2020 * Handle potential exception in HighlightingProvider activation (GitPod) * Update FSAC: diff --git a/release/package.json b/release/package.json index 5e055e63..e0d4c3fd 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "Ionide-fsharp", - "version": "5.1.0", + "version": "5.2.0", "publisher": "Ionide", "contributors": [ {