Skip to content

Commit 5d7de02

Browse files
committed
v0.2.0
See ChangeLog.md
1 parent 1a24f28 commit 5d7de02

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
11+
12+
## [0.2.0][0.2.0] - 26/02/2016
13+
1014
Added:
1115

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

@@ -45,3 +49,4 @@ This is the very first version of `msu`.
4549
<!-- Release links are placed here for easier updating -->
4650
[0.0.0]:https://github.com/GochoMugo/msu/releases/tag/0.0.0
4751
[0.1.0]:https://github.com/GochoMugo/msu/releases/tag/0.1.0
52+
[0.2.0]:https://github.com/GochoMugo/msu/releases/tag/0.2.0

lib/metadata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
{
99
MSU_AUTHOR_NAME="GochoMugo"
1010
MSU_AUTHOR_EMAIL="mugo@forfuture.co.ke"
11-
MSU_VERSION="0.1.0"
11+
MSU_VERSION="0.2.0"
1212
}

0 commit comments

Comments
 (0)