Skip to content

Commit

Permalink
Prepare for version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSchuldenfrei committed Jan 8, 2019
1 parent 5f03dde commit a829bcc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "gtest-adapter" extension will be documented in this file.

### [1.8.0]

* Feature: Better search in tree. Similar to VsCode file search

### [1.7.0]

* Feature: When navigating from a tree leaf to the corresponding test is available, double clicking on a leaf, will go to the corresponding test.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ In addition to these specific extensions settings, this extension creates adds t

## Release Notes

### 1.8.0

* Feature: Better search in tree. Similar to VsCode file search

### 1.7.0

* Feature: When navigating from a tree leaf to the corresponding test is available, double clicking on a leaf, will go to the corresponding test.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gtest-adapter",
"displayName": "GoogleTest Adapter",
"description": "Easily run GoogleTests from VsCode",
"version": "1.7.0",
"version": "1.8.0",
"publisher": "DavidSchuldenfrei",
"engines": {
"vscode": "^1.24.1"
Expand Down

0 comments on commit a829bcc

Please sign in to comment.