Skip to content

Commit

Permalink
Bump version to 7.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 18, 2023
1 parent 254acf3 commit c89470f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
### 7.16.1 - 18.11.2023
* [Fix colorisation when declaring abstract member with generics types](https://github.com/ionide/ionide-fsgrammar/pull/205) (Thanks @MangelMaxime!)
* [allow operator symbols after a double slash](https://github.com/ionide/ionide-fsgrammar/pull/203) (Thanks @dawedawe!)

### 7.16.0 - 17.11.2023
* 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!)
* 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!)

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

### 7.15.1 - 19.10.2023
* [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!)
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1775,5 +1775,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.16.0"
"version": "7.16.1"
}

0 comments on commit c89470f

Please sign in to comment.