diff options
| author | Zack Hobson | 2013-11-30 08:48:06 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-30 08:48:06 -0800 | 
| commit | ba91587452d6142d6bd1e0993d7bec49c692916c (patch) | |
| tree | 8f05c7d823fe31bd01f8fa68cc4747ef3c1d2ca0 | |
| parent | 390d75de4688071cc4ce6ddc25c665f4b77effd4 (diff) | |
| download | hcl-ba91587452d6142d6bd1e0993d7bec49c692916c.tar.bz2 | |
v0.4.7v0.4.7
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | lib/hcl/version.rb | 2 | 
2 files changed, 3 insertions, 2 deletions
| @@ -1,10 +1,11 @@  = Recent Changes in HCl -== next +== v0.4.7 2013-11-30  * added --reauth option to refresh credentials  * added support for retrying on API throttle  * note command without args now displays all notes for a running timer +* fixed a crash on ruby 1.9.3  == v0.4.6 2013-11-21 diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb index f58968c..d879b6c 100644 --- a/lib/hcl/version.rb +++ b/lib/hcl/version.rb @@ -1,3 +1,3 @@  module HCl -  VERSION = '0.4.6' +  VERSION = '0.4.7'  end | 
