Skip to content

Commit 29205de

Browse files
committed
Bump version to 7.17.0
1 parent 26c8ddd commit 29205de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 7.17.0 - 14.01.2024
2+
* Update to FSAC 0.69.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.69.0) for more details.
3+
* [Fix Capture (*) inside block comment](https://github.com/ionide/ionide-fsgrammar/pull/208) (thanks @mbottini!)
4+
* [Fix egregious and unidiomatic equality syntax in the FSI watcher](https://github.com/ionide/ionide-vscode-fsharp/pull/1975) (Thanks @baronfel!)
5+
* [Analyzers: Update analyzers support to 0.23.0 ](https://github.com/ionide/ionide-vscode-fsharp/pull/1974) (thanks @dawedawe!)
6+
17
### 7.16.1 - 18.11.2023
28
* [Fix colorisation when declaring abstract member with generics types](https://github.com/ionide/ionide-fsgrammar/pull/205) (Thanks @MangelMaxime!)
39
* [allow operator symbols after a double slash](https://github.com/ionide/ionide-fsgrammar/pull/203) (Thanks @dawedawe!)

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,5 +1787,5 @@
17871787
"type": "git",
17881788
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17891789
},
1790-
"version": "7.16.1"
1790+
"version": "7.17.0"
17911791
}

0 commit comments

Comments
 (0)