Skip to content

Commit f2eaa06

Browse files
committed
Bump version to 0.2.0; changelog updated;
1 parent faf2647 commit f2eaa06

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## [0.2.0] - 2020-08-31
88

9-
- Initial release
9+
### Changed
10+
11+
- Display name to `Java Tests`
12+
13+
### Added
14+
15+
- Snippets to write imports, assertions and mocks
1016

1117
## [0.1.0] - 2020-08-22
1218

@@ -23,3 +29,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2329
### Added
2430

2531
- Generate a test class with code to construct the source class
32+
33+
## [Unreleased]
34+
35+
- Initial release

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": "Java Tests",
55
"description": "Extension to help write tests in Java.",
6-
"version": "0.1.0",
6+
"version": "0.2.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)