Skip to content

Commit

Permalink
Updated changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed May 10, 2012
1 parent 4d9b91d commit adbd35a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
v0.6.3 (2012-05-10)
===================

* Modified the API-changes for newer multi_json versions introduced with #122 and v0.6.2 so
they are backwards-compatible with older multi_json gems in order to avoid simplecov polluting
the multi_json minimum version requirement for entire applications.
See https://github.com/colszowka/simplecov/issues/132
* Added appraisal gem to the test setup in order to run the test suite against both 1.0 and 1.3
multi_json gems and ensure the above actually works :)

v0.6.2 (2012-04-20)
===================
**Note: Yanked 2012-05-10 because of backwards-incompatibilty of the updated multi_json api**

This comment has been minimized.

Copy link
@betelgeuse

betelgeuse May 10, 2012

Contributor

I am not sure if this was the proper thing to do. If you use Bundler with Gemfile.lock then you have multi_json locked to a working version. Now it can mean a production deploy does not work because the gem has gone missing. I think gems should only be yanked for security and eat your hard drive level things.

This comment has been minimized.

Copy link
@colszowka

colszowka May 10, 2012

Author Collaborator

True. Unyanked it and removed the notice from changelog. It should install without problems again.


* Updated to latest version of MultiJSON and its new API (thanks to @sferik and @ronen).
See https://github.com/colszowka/simplecov/pull/122
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/version.rb
@@ -1,3 +1,3 @@
module SimpleCov
VERSION = "0.6.2"
VERSION = "0.6.3"
end

0 comments on commit adbd35a

Please sign in to comment.