Skip to content

Commit

Permalink
Bump version to 1.5.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 authored Mar 2, 2019
1 parent 0044303 commit a7ef66e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.5.1

- Fix: fix a context leak in ZoomLayout thanks to [@dmazzoni][dmazzoni] ([#92][92]).
- Fix: fix a bug in vertical Alignment thanks to leak in ZoomLayout thanks to [@asclepix][asclepix] ([#90][90]).
- Enhancement: cancel active fling animations thanks to [@markusressel][markusressel] ([#85][85]).
- Fix: fix Kotlin nullability crashes thanks to [@Sly112][Sly112] ([#83][83]).
- Fix: sources not present in published repo ([#81][81]).


https://github.com/natario1/ZoomLayout/compare/v1.5.0...v1.5.1

## v1.5.0

- New: Project source code was fully translated to Kotlin thanks to [@markusressel][markusressel] ([#38][38]).
Expand All @@ -14,10 +25,18 @@ https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0
[markusressel]: https://github.com/markusressel
[nil2l]: https://github.com/nil2l
[LRP-sgravel]: https://github.com/LRP-sgravel
[dmazzoni]: https://github.com/dmazzoni
[asclepix]: https://github.com/asclepix
[Sly112]: https://github.com/Sly112

[38]: https://github.com/natario1/ZoomLayout/pull/38
[70]: https://github.com/natario1/ZoomLayout/pull/70
[68]: https://github.com/natario1/ZoomLayout/pull/68
[79]: https://github.com/natario1/ZoomLayout/pull/79
[71]: https://github.com/natario1/ZoomLayout/pull/71
[76]: https://github.com/natario1/ZoomLayout/pull/76
[76]: https://github.com/natario1/ZoomLayout/pull/76
[81]: https://github.com/natario1/ZoomLayout/pull/81
[83]: https://github.com/natario1/ZoomLayout/pull/83
[85]: https://github.com/natario1/ZoomLayout/pull/85
[90]: https://github.com/natario1/ZoomLayout/pull/90
[92]: https://github.com/natario1/ZoomLayout/pull/92
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flexible utilities to control and animate zoom and translation of Views and much
programmatically or through touch events.

```groovy
implementation 'com.otaliastudios:zoomlayout:1.5.0'
implementation 'com.otaliastudios:zoomlayout:1.5.1'
```

<p>
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
// Required by bintray
// archivesBaseName is required if artifactId is different from gradle module name
// or you can add baseName to each archive task (sources, javadoc, aar)
version = '1.5.0'
version = '1.5.1'
group = 'com.otaliastudios'
archivesBaseName = 'zoomlayout'

Expand All @@ -35,7 +35,7 @@ android {
}

dependencies {
api "androidx.annotation:annotation:1.0.1"
api "androidx.annotation:annotation:1.0.2"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.1"
Expand Down

0 comments on commit a7ef66e

Please sign in to comment.