Skip to content

Commit b312908

Browse files
committed
Bump version to 7.13.0
1 parent 1ce81f2 commit b312908

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,8 +1,14 @@
11

2+
### 7.13.0 - 05.10.2023
3+
* Update to FSAC 0.64.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.1) for more details.
4+
* [Add command to restart language service](https://github.com/ionide/ionide-vscode-fsharp/pull/1942) (Thanks @sheridanchris!)
5+
* [Test Runner: Xunit theory filter](https://github.com/ionide/ionide-vscode-fsharp/pull/1943) (Thanks @farlee2121!)
6+
27
### 7.12.5 - 02.10.2023
38
* [Test Runner: Fixing XUnit Theory Test Detection](https://github.com/ionide/ionide-vscode-fsharp/pull/1936) (Thanks @farlee2121!)
49
* [Test Runner: Fix running tests on zsh](https://github.com/ionide/ionide-vscode-fsharp/pull/1940) (Thanks @TheAngryByrd!)
510

11+
612
### 7.12.4 - 27.09.2023
713

814
* Update to FSAC 0.64.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.0) for more details.

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,5 +1767,5 @@
17671767
"type": "git",
17681768
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17691769
},
1770-
"version": "7.12.5"
1770+
"version": "7.13.0"
17711771
}

0 commit comments

Comments
 (0)