Skip to content

Commit d87cb4a

Browse files
committed
v0.24.0
1 parent e6a295e commit d87cb4a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.0 (2016-08-14)
6+
57
* Rails image assets optimization is extracted into [image\_optim\_rails gem](https://github.com/toy/image_optim_rails) [#127](https://github.com/toy/image_optim/issues/127) [@toy](https://github.com/toy)
68
* Add proper handling of `ImageOptim.respond_to?` [@toy](https://github.com/toy)
79
* Fix an issue not working OptiPNG `interlace` option [#136](https://github.com/toy/image_optim/pull/136) [@mrk21](https://github.com/mrk21)

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ With version:
5858

5959
<!---<update-version>-->
6060
```ruby
61-
gem 'image_optim', '~> 0.23'
61+
gem 'image_optim', '~> 0.24'
6262
```
6363
<!---</update-version>-->
6464

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.23.0'
5+
s.version = '0.24.0'
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)