Skip to content

Commit de707ed

Browse files
committed
upgrade version and updated CHANGELOG
1 parent 5d24101 commit de707ed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Initial release
1010

11+
## [0.1.0] - 2020-08-22
12+
13+
### Changed
14+
15+
- Changed the command to `java.tests.createTestClass`.
16+
- Display name to `VSCode Java Tests`.
17+
18+
### Added
19+
20+
- Menu option on Explorer view when over a Java file.
21+
- Configuration `javaTests.file.openLocation` to define where to open the test file.
22+
1123
### Added
1224

1325
- Generate a test class with code to construct the source class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "wesleyegberto",
44
"displayName": "VSCode Java Tests",
55
"description": "Extension to help write Java tests",
6-
"version": "0.0.2",
6+
"version": "0.1.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)