Skip to content

Commit 674b137

Browse files
committed
v0.23.0
1 parent 3b18011 commit 674b137

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.23.0 (2016-07-17)
6+
57
* Added `cache_dir` and `cache_worker_digests` options to cache results [#83](https://github.com/toy/image_optim/issues/83) [@gpakosz](https://github.com/gpakosz)
68
* Should work on windows [#24](https://github.com/toy/image_optim/issues/24) [@toy](https://github.com/toy)
79
* Rename `ImageOptim::ImagePath` to `ImageOptim::Path` and its method `#format` to `#image_format` [@toy](https://github.com/toy)

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.22'
61+
gem 'image_optim', '~> 0.23'
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.22.1'
5+
s.version = '0.23.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)