README.md in mojo_magick-0.5.7 vs README.md in mojo_magick-0.6.0

- old
+ new

@@ -16,15 +16,15 @@ ======== Add to your Gemfile gem 'mojo_magick' - + Require it in your ruby code require 'mojo_magick' - + Go to town! Check out a couple of simple [examples, here](examples/) Examples ======== @@ -195,11 +195,11 @@ * Issues/Pull Requests can be submitted through the above repository. Contributions ============= -Got a fix? Got a feature? +Got a fix? Got a feature? * fork it * make a branch (named appropriately) * write your code * write your tests @@ -209,9 +209,23 @@ Note: please don't change the version. We'll do that when we merge in the new code Recent Changes ============== +#### Version 0.6.0 + +* general cleanup and update gems - ready for ImageMagick 7 +* dumped resource limit handling +* PR #29, #30 + +#### Version 0.5.6 + +* add `get_format` method to help with quoted source file + +#### Version 0.5.5 + +* Refactor raw_command into execute! and execute methods so that for cases where we don't care about exit status, it can be easily ignored + #### Version 0.5.4 * Include image magick commandline failure from raw_command (on failure) * moved to Popen3 * added checks for Popen3 on windows