Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Dec 4, 2010
1 parent 8edfaf8 commit 019c725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## dev
## 0.2.0 (December 4, 2010)

- Features

* Use pid files for each thread instead of one global .titan file
* Use pid files for each thread instead of one global .titan file [Issue #5]
* !!! You've to call Titan::Thread#run in order to start the created thread

- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/titan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Titan
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit 019c725

Please sign in to comment.