From 636139e6bc7b45c4d2b7ced49bd1171894832229 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 25 Oct 2012 10:17:50 -0700 Subject: [PATCH] Bump version to 0.12.3 --- CHANGES.md | 7 ++++++- lib/celluloid/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fbfa3968..4f32ad91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ -master +0.12.3 ------ * 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 ------ diff --git a/lib/celluloid/version.rb b/lib/celluloid/version.rb index 4c39399e..87cf9c57 100644 --- a/lib/celluloid/version.rb +++ b/lib/celluloid/version.rb @@ -1,4 +1,4 @@ module Celluloid - VERSION = '0.12.2' + VERSION = '0.12.3' def self.version; VERSION; end end