Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit ee31eee

Browse files
committed
chore: bump to version 0.3.0
1 parent 0aa15ff commit ee31eee

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22

3-
All notable changes to the "rust-test-lens" extension will be documented in this file.
3+
## 0.3.0
4+
5+
### Features
6+
7+
* allow arguments for main and test binaries ([#12](https://github.com/hdevalke/rust-test-lens/issues/12))
8+
9+
### 0.2.1
10+
11+
#### Features
12+
13+
* multi root workspaces
14+
15+
#### Fixes
16+
17+
* make test fn regex non greedy 4fec4cd
418

519
## 0.2.0
620

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rust-test-lens",
33
"displayName": "Rust Test Lens",
44
"description": "Adds a code lens to quickly run or debug a single test for your Rust code.",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"publisher": "hdevalke",
77
"engines": {
88
"vscode": "^1.32.0"
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/mocha": "^5.2.7",
41-
"@types/node": "^13.1.2",
41+
"@types/node": "^13.1.4",
4242
"prettier": "1.19.1",
4343
"tslint": "^5.20.1",
4444
"typescript": "^3.7.4",

0 commit comments

Comments
 (0)