Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
See ChangeLog.md
  • Loading branch information
GochoMugo committed Feb 26, 2016
1 parent 1a24f28 commit 5d7de02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased



## [0.2.0][0.2.0] - 26/02/2016

Added:

* add command, `nuke`, for nuking `msu`
* add command, `nuke`, for nuking `msu` (issue #19)
* add support for SSH in installing modules from private, remote repos (issue #18)
* allow assuming "yes" in a `yes_no` question, using `${MSU_ASSUME_YES}`

Expand Down Expand Up @@ -45,3 +49,4 @@ This is the very first version of `msu`.
<!-- Release links are placed here for easier updating -->
[0.0.0]:https://github.com/GochoMugo/msu/releases/tag/0.0.0
[0.1.0]:https://github.com/GochoMugo/msu/releases/tag/0.1.0
[0.2.0]:https://github.com/GochoMugo/msu/releases/tag/0.2.0
2 changes: 1 addition & 1 deletion lib/metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
{
MSU_AUTHOR_NAME="GochoMugo"
MSU_AUTHOR_EMAIL="[email protected]"
MSU_VERSION="0.1.0"
MSU_VERSION="0.2.0"
}

0 comments on commit 5d7de02

Please sign in to comment.