Skip to content

Commit

Permalink
Post release bumps and some goals for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Feb 10, 2012
1 parent fd60d99 commit 865ad3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 0.0.8: In progress
# 0.1.0: In progress

## Goals

* Finish support and integration testing for remaining key OSes (Issues #2 and #15)
* Include recipes in integration testing (Issue #17)

# 0.0.8: February 10, 2012

* Add --startup-script which gets sourced before any command to setup env vars (e.g., ~/.bashrc) (d1489f94)
* Use curl + rpm rather than rpm against direct URL for better proxy support (51ad9c51)
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-solo/info.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module KnifeSolo
def self.version
'0.0.8'
'0.1.0'
end
end

0 comments on commit 865ad3f

Please sign in to comment.