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

Commit 624a206

Browse files
committed
chore: bump version to 0.3.2
1 parent 60d1f43 commit 624a206

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### 0.3.2
4+
5+
#### Fixes
6+
7+
* Find correct target for integration tests 60d1f43, closes #15
8+
39
### 0.3.1
410

511
#### Fixes

package.json

+1-1
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.3.1",
5+
"version": "0.3.2",
66
"publisher": "hdevalke",
77
"engines": {
88
"vscode": "^1.32.0"

0 commit comments

Comments
 (0)