Skip to content

Commit

Permalink
Bump to 0.12.1 (with CHANGES)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 10, 2012
1 parent 92f3563 commit 17b4079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
@@ -1,5 +1,7 @@
HEAD
----
0.12.1
------
* Fix bug in unsetting of exclusive mode
* New incident report system for providing better debugging reports
* Revert BasicObject proxies for now... they are causing problems
* String inspect that reveals bare object leaks
* Fix bug reporting proper task statuses
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid/version.rb
@@ -1,4 +1,4 @@
module Celluloid
VERSION = '0.12.1.pre2'
VERSION = '0.12.1'
def self.version; VERSION; end
end

0 comments on commit 17b4079

Please sign in to comment.