Skip to content

Commit

Permalink
Bump version to 7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Apr 25, 2024
1 parent 2b84a0a commit 649e71a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 7.19.0 - 25.04.2024
* ADDED: [Add config entry for parens analyzer](https://github.com/ionide/ionide-vscode-fsharp/pull/1994) (Thanks! @brianrourkeboll!)
* ADDED: [Adds arbitrary additional arguments to be passed to fsac](https://github.com/ionide/ionide-vscode-fsharp/pull/2004) (Thanks @TheAngryByrd!)
* FIX: [Escape quotes in test filter expressions](https://github.com/ionide/ionide-vscode-fsharp/pull/1999) (Thanks @farlee2121!)
* Update to FSAC 0.72.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.72.1) for more details.

### 7.18.2 - 07.03.2024

* Update to FSAC 0.71.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.71.0) for more details.
Expand Down
6 changes: 3 additions & 3 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
},
"FSharp.fsac.fsacArgs": {
"default": [],
"description": "additional CLI arguments to be provided to FSAC itself. Useful for flags that aren't exposed in the settings or CLI arguments that only exist in custom built versions of FSAC. Requires restart.",
"description": "additional CLI arguments to be provided to FSAC itself. Useful for flags that aren\u0027t exposed in the settings or CLI arguments that only exist in custom built versions of FSAC. Requires restart.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1803,5 +1803,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.18.2"
}
"version": "7.19.0"
}

0 comments on commit 649e71a

Please sign in to comment.