From 019c72576f270b18a11803021f04cdb30551cb83 Mon Sep 17 00:00:00 2001 From: flippingbits Date: Sat, 4 Dec 2010 16:28:57 +0100 Subject: [PATCH] Bump to version 0.2.0 --- CHANGELOG.md | 4 ++-- lib/titan/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79578a0..dce5db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/titan/version.rb b/lib/titan/version.rb index 0155b18..01fb6b0 100644 --- a/lib/titan/version.rb +++ b/lib/titan/version.rb @@ -1,3 +1,3 @@ module Titan - VERSION = "0.1.1" + VERSION = "0.2.0" end