diff options
| author | Zack Hobson | 2013-11-30 09:07:45 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-11-30 09:07:45 -0800 |
| commit | 3fabe23a82b287686e1a420ec5db6d005ca55443 (patch) | |
| tree | 6dcc7cffaf304f44a38f52c980bdbc59a852f3ae | |
| parent | 64b4a53a59f84b3a6848634ad7d583bde1185c77 (diff) | |
| download | hcl-0.4.8.tar.bz2 | |
v0.4.8v0.4.8
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/hcl/version.rb | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ = Recent Changes in HCl +== v0.4.8 2013-11-30 + +* more fixes for 1.9.3 + == v0.4.7 2013-11-30 * added --reauth option to refresh credentials diff --git a/Gemfile.lock b/Gemfile.lock index a5c4122..a7095cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hcl (0.4.7) + hcl (0.4.8) chronic highline trollop diff --git a/lib/hcl/version.rb b/lib/hcl/version.rb index d879b6c..0abc6d4 100644 --- a/lib/hcl/version.rb +++ b/lib/hcl/version.rb @@ -1,3 +1,3 @@ module HCl - VERSION = '0.4.7' + VERSION = '0.4.8' end |
