diff --git a/CHANGELOG.md b/CHANGELOG.md index 44696b2..b35b44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 6af6dff..3819a0d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index a704f2f..39df0d7 100644 --- a/package.json +++ b/package.json @@ -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"