Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Nov 6, 2017
1 parent a31dd1d commit ffec81f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v1.3.2

- Fixed a memory leak thanks to [@andrewmunn](andrewmunn) ([#92][92])
- Reduced memory usage when using cropOutput thanks to [@RobertoMorelos](RobertoMorelos) ([#93][93])
- Improved efficiency for Frame processors, recycle buffers and Frames ([#94][94])

https://github.com/natario1/CameraView/compare/v1.3.1...v1.3.2

### v1.3.1

- Fixed a bug that would make setFacing and other APIs freeze the camera ([#86][86])
Expand All @@ -15,10 +23,15 @@ https://github.com/natario1/CameraView/compare/v1.3.0...v1.3.1
https://github.com/natario1/CameraView/compare/v1.2.3...v1.3.0

[v-gar]: https://github.com/v-gar
[andrewmunn]: https://github.com/andrewmunn
[RobertoMorelos]: https://github.com/RobertoMorelos

[73]: https://github.com/natario1/CameraView/pull/73
[80]: https://github.com/natario1/CameraView/pull/80
[82]: https://github.com/natario1/CameraView/pull/82
[83]: https://github.com/natario1/CameraView/pull/83
[86]: https://github.com/natario1/CameraView/pull/86
[88]: https://github.com/natario1/CameraView/pull/88
[92]: https://github.com/natario1/CameraView/pull/92
[93]: https://github.com/natario1/CameraView/pull/93
[94]: https://github.com/natario1/CameraView/pull/94
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CameraView is a well documented, high-level library that makes capturing picture
addressing most of the common issues and needs, and still leaving you with flexibility where needed. See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md).

```groovy
compile 'com.otaliastudios:cameraview:1.3.1'
compile 'com.otaliastudios:cameraview:1.3.2'
```

<p>
Expand Down
2 changes: 1 addition & 1 deletion cameraview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// Required by bintray
version = '1.3.1'
version = '1.3.2'
group = 'com.otaliastudios'

//region android dependencies
Expand Down

0 comments on commit ffec81f

Please sign in to comment.