Skip to content

Commit

Permalink
Fuck it, we're going to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 24, 2011
1 parent 1ee515e commit 02c0c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3.0
0.5.0
-----
* "include Celluloid::Actor" no longer supported. Use "include Celluloid"
* New Celluloid::IO module for actors that multiplex IO operations
Expand All @@ -9,6 +9,8 @@
* Celluloid#async allows actors to make indefinitely blocking calls while
still responding to messages
* Fix a potential thread safety bug in Thread#mailbox
* Magically skip ahead a few version numbers to impart the magnitude of this
release. It's my versioning scheme and I can do what I wanna.

0.2.2
-----
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Celluloid
VERSION = '0.3.0'
VERSION = '0.5.0'
def self.version; VERSION; end
end

0 comments on commit 02c0c22

Please sign in to comment.