Skip to content

Commit

Permalink
Prepare for release 2.0.0-alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Nov 12, 2018
1 parent 6da0e5f commit 3757cfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log for Splitties

## Version 2.0.0-alpha8 (2018-11-12)
This release **breaks binary compatibility**.

It removes all deprecated symbols that had their deprecation level raised to error in 2.0.0-alpha7.

Make sure you don't rely on any library that uses an old version of a Splitties artifact that relies
on these previously deprecated and now removed symbols, or your app is likely not build, or to
crash at runtime because of not found classes.

## Version 2.0.0-alpha7 (2018-11-12)
Raise all deprecated symbols deprecation level to error.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ into your root project `build.gradle` file:
```groovy
allProjects {
ext {
splitties_version = '2.0.0-alpha7'
splitties_version = '2.0.0-alpha8'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {

// Libraries
groupId = "com.louiscad.splitties"
library_version = "2.0.0-SNAPSHOT"
library_version = "2.0.0-alpha8"
isSnapshot = library_version.endsWith("-SNAPSHOT")
isRelease = !isSnapshot

Expand Down

0 comments on commit 3757cfc

Please sign in to comment.