Skip to content

Commit c89470f

Browse files
committed
Bump version to 7.16.1
1 parent 254acf3 commit c89470f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

release/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
### 7.16.1 - 18.11.2023
2+
* [Fix colorisation when declaring abstract member with generics types](https://github.com/ionide/ionide-fsgrammar/pull/205) (Thanks @MangelMaxime!)
3+
* [allow operator symbols after a double slash](https://github.com/ionide/ionide-fsgrammar/pull/203) (Thanks @dawedawe!)
4+
15
### 7.16.0 - 17.11.2023
2-
* Update to FSAC 0.6*.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.68.0) for more details. (Includes F# 8 support!)
6+
* Update to FSAC 0.68.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.68.0) for more details. (Includes F# 8 support!)
37

48
### 7.15.2 - 28.10.2023
59
* Update to FSAC 0.67.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.67.0) for more details.
6-
* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90)
10+
* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90!)
711

812
### 7.15.1 - 19.10.2023
913
* [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!)

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,5 +1775,5 @@
17751775
"type": "git",
17761776
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17771777
},
1778-
"version": "7.16.0"
1778+
"version": "7.16.1"
17791779
}

0 commit comments

Comments
 (0)