Skip to content

Commit 4c159ce

Browse files
Bump version
1 parent fd26bf6 commit 4c159ce

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+
### 1.1.0 - 11.04.2018
2+
* Add support for NUnit's TestSource
3+
* Add `Go to test` command to command palette
4+
* Add display mode that uses also projects and files
5+
* Add commands to run tests in particular project or file
6+
17
### 1.0.8 - 01.04.2018
28
* Expecto test detection - don't treat `failtest` and `skiptest` helpers as a functions
39
* Expecto test detection - add support for `test` CE test cases

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neptune",
33
"displayName": "Neptune",
44
"publisher": "LambdaFactory",
5-
"version": "1.0.8",
5+
"version": "1.1.0",
66
"preview": true,
77
"license": "SEE LICENSE IN LICENSE.md",
88
"description": "Visual Studio Code extension adding first class support for F# unit testing for both .Net Framework and .Net Core.",

0 commit comments

Comments
 (0)