diff options
| author | Zack Hobson | 2009-08-23 21:40:22 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-08-23 21:40:22 -0700 | 
| commit | c32970ccfa43559d47f64064556de3f800fb7460 (patch) | |
| tree | 2e532b5172889b81350932bd31bdd6c5e88be6a0 | |
| parent | 40d55e21c868b5a13d1dd8ba13701f25c556dd1f (diff) | |
| download | hcl-c32970ccfa43559d47f64064556de3f800fb7460.tar.bz2 | |
Version bump to 0.2.3
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | lib/hcl/app.rb | 2 | 
3 files changed, 4 insertions, 2 deletions
| @@ -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 @@ -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 | 
