Skip to content

Commit 91c6cf5

Browse files
author
Jon Rogers
committed
Bump to 0.6.2
1 parent 1073d70 commit 91c6cf5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mojo_magick (0.6.0)
4+
mojo_magick (0.6.2)
55

66
GEM
77
remote: https://rubygems.org/

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,14 @@ in the new code
211211

212212
Recent Changes
213213
==============
214+
#### Version 0.6.2
215+
216+
* fix `annotate` option. Now it takes keyword arguments for geometry.
217+
218+
#### Version 0.6.1
219+
220+
* pushed and yanked - defunct version
221+
214222
#### Version 0.6.0
215223

216224
* general cleanup and update gems - ready for ImageMagick 7

lib/mojo_magick/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MojoMagick
2-
VERSION = "0.6.0"
2+
VERSION = "0.6.2"
33
end

0 commit comments

Comments
 (0)