Skip to content

Commit

Permalink
Prepare for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Aug 1, 2018
1 parent 092eb96 commit 2cf6704
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Change Log

## Version 2.0.0-SNAPSHOT
## Version 2.0.0

- Support finding superclass methods annotated with @Test for JUnit4 tests. Breaking change
to the Java interface for finding JUnit4 tests
to the Java interface for finding JUnit4 tests - [#13](https://github.com/linkedin/dex-test-parser/issues/13)
- Added support for parsing and reading encoded values - [#9](https://github.com/linkedin/dex-test-parser/issues/9)
- Fixed crashes when building with minSdkVersion 24+ - [#12](https://github.com/linkedin/dex-test-parser/issues/12)


## Version 1.1.0 (2017-07-13)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Download the latest .jar via Maven:
<dependency>
<groupId>com.linkedin.dextestparser</groupId>
<artifactId>parser</artifactId>
<version>1.1.0</version>
<version>2.0.0</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
compile 'com.linkedin.dextestparser:parser:1.1.0'
compile 'com.linkedin.dextestparser:parser:2.0.0'
```

or you can manually download the jar from [Bintray](https://bintray.com/linkedin/maven/parser).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.configureondemand=true
org.gradle.parallel=true

GROUP_ID=com.linkedin.dextestparser
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0

0 comments on commit 2cf6704

Please sign in to comment.