Skip to content

Commit b799f85

Browse files
committed
Bump version to 1.0.0
1 parent 51d7a9d commit b799f85

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## [1.0.0] - 2020-09-03
8+
9+
### Added
10+
11+
- Added lib `java-ast` version 0.3.0
12+
- Generate the mocked arguments to constructor
13+
- Generate a test case for each public method
14+
- Declare variables used in test case (arguments and result)
15+
716
## [0.2.1] - 2020-09-02
817

918
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import org.mockito.Mock;
120120

121121
public class ObjectServiceTest {
122122
@Mock
123-
private Logger logger; // Won't be imported at test class
123+
private Logger logger; // won't be imported automatically
124124
@Mock
125125
private ObjectRepository repository;
126126

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.2.1",
6+
"version": "1.0.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)