Skip to content

Commit 3034410

Browse files
chore(release): 2.7.0 [skip ci]
# [2.7.0](v2.6.0...v2.7.0) (2022-03-21) ### Bug Fixes * create project fails if workspace is missing ([561bcb8](561bcb8)) * new project button showed on all explorers ([40945d4](40945d4)) ### Features * include/exclude devices option ([3da449c](3da449c)) * streamline device selection for projects ([d35f304](d35f304))
1 parent 3da449c commit 3034410

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.7.0](https://github.com/pycom/pymakr-vsc/compare/v2.6.0...v2.7.0) (2022-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* create project fails if workspace is missing ([561bcb8](https://github.com/pycom/pymakr-vsc/commit/561bcb897c1cacf9749a6bc13ff232604472e6de))
7+
* new project button showed on all explorers ([40945d4](https://github.com/pycom/pymakr-vsc/commit/40945d401701a2de6fbe3e80c1fce9efc6b3a253))
8+
9+
10+
### Features
11+
12+
* include/exclude devices option ([3da449c](https://github.com/pycom/pymakr-vsc/commit/3da449c6cfebecfe27d047f37edcd8cffb1f0f2b))
13+
* streamline device selection for projects ([d35f304](https://github.com/pycom/pymakr-vsc/commit/d35f3045fba876b34c90cfee7c8fddf9d6bfed7f))
14+
115
# [2.6.0](https://github.com/pycom/pymakr-vsc/compare/v2.5.0...v2.6.0) (2022-03-18)
216

317

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Pymakr - Preview",
44
"publisher": "Pycom",
55
"description": "Tech preview of the upcoming v2",
6-
"version": "2.6.0",
6+
"version": "2.7.0",
77
"repository": {
88
"url": "https://github.com/pycom/pymakr-vsc"
99
},
@@ -106,7 +106,9 @@
106106
"items": {
107107
"type": "string"
108108
},
109-
"default": [".*"],
109+
"default": [
110+
".*"
111+
],
110112
"description": "Filter devices to include in the devices list. Uses regular expression. Will not include devices that match the exclude list."
111113
},
112114
"pymakr.devices.exclude": {

0 commit comments

Comments
 (0)