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

Commit

Permalink
Prepare for release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed May 25, 2017
1 parent f290611 commit 539d7ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 2.0.0
----------------------------
2017-05-25

- New: Supports any `@NonNull` and `@Nullable` annotations in addition to Android support annotations.
- New: Adds `Rave.validateIgnoreUnsupported()` API to ignore `UnsupportedObjectException` when performing validation.
- Use Google's Maven for support library artifacts and require consumers do the same.
- RAVE is now annotated with JSR-305 nullability annotations.

Version 1.0.1
----------------------------
2017-05-04
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ buildscript {
}
dependencies {
annotationProcessor 'com.uber:rave-compiler:1.0.1'
compile 'com.uber:rave:1.0.1'
annotationProcessor 'com.uber:rave-compiler:2.0.0'
compile 'com.uber:rave:2.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.uber
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=2.0.0

POM_DESCRIPTION=A data model validation framework that uses java annotation processing

Expand Down

0 comments on commit 539d7ed

Please sign in to comment.