Skip to content

Commit

Permalink
Bump version to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 25, 2012
1 parent 96b7f8b commit 636139e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
@@ -1,6 +1,11 @@
master 0.12.3
------ ------
* Bugfix: Ensure exclusive mode works correctly for per-method case * Bugfix: Ensure exclusive mode works correctly for per-method case
* Bugfix: Exit handlers were not being inherited correctly

0.12.2
------
* Disable IncidentReporter by default


0.12.1 0.12.1
------ ------
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid/version.rb
@@ -1,4 +1,4 @@
module Celluloid module Celluloid
VERSION = '0.12.2' VERSION = '0.12.3'
def self.version; VERSION; end def self.version; VERSION; end
end end

0 comments on commit 636139e

Please sign in to comment.