We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c40fa commit f35d708Copy full SHA for f35d708
ChangeLog.md
@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
+
11
+## [0.3.0][0.3.0] - 19/03/2016
12
13
Added:
14
15
* check dependencies aggressively, on installation
@@ -57,3 +60,4 @@ This is the very first version of `msu`.
57
60
[0.0.0]:https://github.com/GochoMugo/msu/releases/tag/0.0.0
58
61
[0.1.0]:https://github.com/GochoMugo/msu/releases/tag/0.1.0
59
62
[0.2.0]:https://github.com/GochoMugo/msu/releases/tag/0.2.0
63
+[0.3.0]:https://github.com/GochoMugo/msu/releases/tag/0.3.0
lib/metadata.sh
@@ -8,5 +8,5 @@
{
MSU_AUTHOR_NAME="GochoMugo"
MSU_AUTHOR_EMAIL="mugo@forfuture.co.ke"
- MSU_VERSION="0.2.0"
+ MSU_VERSION="0.3.0"
}
0 commit comments