Skip to content

Commit

Permalink
Release 0.6.1, more fixes, more thor, more platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Mar 23, 2014
1 parent 7787902 commit 6d10a4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.1 / 2014-03-23

### Bug fixes

* Issue [#7][]: Ensure that Pathname is coerced to a String before calling Thor's #say. ([@fnichol][])
* Pull request [#4][], issue [#3][]: /usr/bin/env sh shouldn't assume bourne shell. ([@jtimberman][])
* Pull request [#5][]: Remove binstub before create. ([@sawanoboly][])
* Pull request [#6][]: Support binstub on SmartOS. ([@neuhalje][])


## 0.6.0 / 2013-11-27

### Breaking changes
Expand Down Expand Up @@ -84,4 +94,12 @@

<!--- The following link definition list is generated by PimpMyChangelog --->
[#2]: https://github.com/test-kitchen/busser/issues/2
[@fnichol]: https://github.com/fnichol
[#3]: https://github.com/test-kitchen/busser/issues/3
[#4]: https://github.com/test-kitchen/busser/issues/4
[#5]: https://github.com/test-kitchen/busser/issues/5
[#6]: https://github.com/test-kitchen/busser/issues/6
[#7]: https://github.com/test-kitchen/busser/issues/7
[@fnichol]: https://github.com/fnichol
[@jtimberman]: https://github.com/jtimberman
[@neuhalje]: https://github.com/neuhalje
[@sawanoboly]: https://github.com/sawanoboly
2 changes: 1 addition & 1 deletion lib/busser/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# limitations under the License.

module Busser
VERSION = "0.6.1.dev"
VERSION = "0.6.1"
end

0 comments on commit 6d10a4b

Please sign in to comment.