Skip to content

Commit 183163e

Browse files
committed
v0.24.1
1 parent d9d163c commit 183163e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
## v0.24.1 (2016-11-20)
6+
57
* Use `image_size ~> 1.5` with `apng` detection, so apng images are not optimised to one frame version [#142](https://github.com/toy/image_optim/issues/142) [@toy](https://github.com/toy)
68
* Don't show `?` for unknown bin version in message about inability to determine version [@toy](https://github.com/toy)
79
* Deduplicate bin resolving error messages [@toy](https://github.com/toy)

image_optim.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'image_optim'
5-
s.version = '0.24.0'
5+
s.version = '0.24.1'
66
s.summary = %q{Optimize (lossless compress, optionally lossy) images (jpeg, png, gif, svg) using external utilities (advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegrescan, jpegtran, optipng, pngcrush, pngout, pngquant, svgo)}
77
s.homepage = "http://github.com/toy/#{s.name}"
88
s.authors = ['Ivan Kuchin']

0 commit comments

Comments
 (0)