Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Feb 16, 2022
1 parent f7338de commit 9a6e3ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## [1.1.0] (2022-02-16)

* Gif now implements AutoClosable.
* Rewrite GifDrawable in pure android to ditch dependencies to coroutines.

## [1.0.0] (2022-02-10)

* Arbitrarily decide it's the 1.0.0. Pretty stable I would say.
* Project updated to kotlin 1.6.0.
* Project now targets java 11.
* Opening a Gif from a file will now use a buffered RandomAccessFile, to limit read operations.
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Publication.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Publication {
const val GROUP = "app.redwarp.gif"
const val VERSION_CODE = 19 // Not necessary anymore, they are not used for libraries.
const val VERSION_NAME = "1.0.0"
const val VERSION_CODE = 20 // Not necessary anymore, they are not used for libraries.
const val VERSION_NAME = "1.1.0"

object Pom {
const val URL = "https://github.com/redwarp/gifdecoder"
Expand Down

0 comments on commit 9a6e3ba

Please sign in to comment.