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

Commit

Permalink
chore: bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalke committed Jan 12, 2020
1 parent 0aa15ff commit ee31eee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log

All notable changes to the "rust-test-lens" extension will be documented in this file.
## 0.3.0

### Features

* allow arguments for main and test binaries ([#12](https://github.com/hdevalke/rust-test-lens/issues/12))

### 0.2.1

#### Features

* multi root workspaces

#### Fixes

* make test fn regex non greedy 4fec4cd

## 0.2.0

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rust-test-lens",
"displayName": "Rust Test Lens",
"description": "Adds a code lens to quickly run or debug a single test for your Rust code.",
"version": "0.2.1",
"version": "0.3.0",
"publisher": "hdevalke",
"engines": {
"vscode": "^1.32.0"
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.2",
"@types/node": "^13.1.4",
"prettier": "1.19.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
Expand Down

0 comments on commit ee31eee

Please sign in to comment.