Skip to content

Commit

Permalink
Prepare 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Aug 16, 2019
1 parent ceee5a6 commit 7320cfd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ A clear and concise description of what you expected to happen.
If applicable, add logs or screenshots to help explain your problem.

**Library version**
e.g. 0.6.0
x.y.z
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## [0.6.1] - mm dd, yyyy
- None.
## [0.6.1] - August 16, 2019
- New: Add `transformations(transformations: List<Transformation>)` to RequestBuilder.
- Fix: Add the last modified date to the cache key for file uris.
- Fix: Ensure View dimensions are evaluated to at least 1px.
- Fix: Clear MovieDrawable's canvas between frames.
- Fix: Open assets correctly.

## [0.6.0] - August 12, 2019
- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Made with ❤️ at [Instacart](https://www.instacart.com).
Coil is available on `mavenCentral()`.

```kotlin
implementation("io.coil-kt:coil:0.6.0")
implementation("io.coil-kt:coil:0.6.1")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/gifs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unlike Glide, GIFs are not supported by default. However, Coil has an extension
To add GIF support, import the extension library:

```kotlin
implementation("io.coil-kt:coil-gif:0.6.0")
implementation("io.coil-kt:coil-gif:0.6.1")
```

And add the decoders to your component registry when constructing your `ImageLoader`:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compileSdk=28

# Maven
GROUP=io.coil-kt
VERSION_NAME=0.6.1-SNAPSHOT
VERSION_NAME=0.6.1

POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines.
POM_INCEPTION_YEAR=2019
Expand Down

0 comments on commit 7320cfd

Please sign in to comment.