summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2009-08-23 21:40:22 -0700
committerZack Hobson2009-08-23 21:40:22 -0700
commitc32970ccfa43559d47f64064556de3f800fb7460 (patch)
tree2e532b5172889b81350932bd31bdd6c5e88be6a0
parent40d55e21c868b5a13d1dd8ba13701f25c556dd1f (diff)
downloadhcl-c32970ccfa43559d47f64064556de3f800fb7460.tar.bz2
Version bump to 0.2.3
-rw-r--r--CHANGELOG2
-rw-r--r--VERSION2
-rw-r--r--lib/hcl/app.rb2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dec626b..e8148fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
= Recent Changes in HCl
+== v0.2.3 Sun Aug 23 21:39:34 2009 -0700
+
* Allow decimal time offset without a dot, closes #29.
* Reverted and re-fixed: Adding note fails when task is started without notes, #26.
* Reinstate the --version option
diff --git a/VERSION b/VERSION
index ee1372d..7179039 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.2
+0.2.3
diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb
index 702ac66..649089c 100644
--- a/lib/hcl/app.rb
+++ b/lib/hcl/app.rb
@@ -30,7 +30,7 @@ class Net::HTTP
end
module HCl
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
class App
include HCl::Utility