Skip to content

Commit 009d95f

Browse files
author
Shane Wilson
committed
chore(release): Release Version 0.1.0
1 parent 7edfd99 commit 009d95f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ cabal.sandbox.config
1313
cabal.config
1414
cgtools-completion.sh
1515
cgtools-completion.sh.bak
16+
17+
node_modules
18+
gulpfile.js
19+
package.json

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 0.1.0 (2015-02-02)
2+
3+
4+
#### Bug Fixes
5+
6+
* **install:** inlines data-files templates ([2b6645b0](https://github.com/shanewilson/cgtools/commit/2b6645b0d1720f0440b98486b4f9b709fa85b7f4), closes [#13](https://github.com/shanewilson/cgtools/issues/13))
7+
8+
9+
#### Features
10+
11+
* **install:**
12+
* adds coloured output ([60c0a605](https://github.com/shanewilson/cgtools/commit/60c0a60526967067a161aea820d8fb9119cf4441), closes [#5](https://github.com/shanewilson/cgtools/issues/5))
13+
* adds verbose output ([d91d7215](https://github.com/shanewilson/cgtools/commit/d91d7215298ed845b734c31acc13b125ba8d8459), closes [#16](https://github.com/shanewilson/cgtools/issues/16))
14+
* params for bash and overwriting ([3518ff48](https://github.com/shanewilson/cgtools/commit/3518ff4872f3c77d93d4c3ce5c834887ce05e7b8), closes [#14](https://github.com/shanewilson/cgtools/issues/14), [#15](https://github.com/shanewilson/cgtools/issues/15))
15+
* adds dependency check on install ([d1fbcb1c](https://github.com/shanewilson/cgtools/commit/d1fbcb1ccbca7ad5d26a5aedb399ab6fba74ecff), closes [#8](https://github.com/shanewilson/cgtools/issues/8))
16+
* adds bash completion to install ([477b7b51](https://github.com/shanewilson/cgtools/commit/477b7b51759ac04c42f8840fbf2437b2733671c1), closes [#10](https://github.com/shanewilson/cgtools/issues/10))
17+
* find path to exec automatically ([1ee2a56b](https://github.com/shanewilson/cgtools/commit/1ee2a56b6158a2c0982ffc575ce036b90c604ffd), closes [#6](https://github.com/shanewilson/cgtools/issues/6))
18+
* check if git hooks exist ([7267f110](https://github.com/shanewilson/cgtools/commit/7267f1106b2b97d467d1be6a450f96a617b6daf6), closes [#4](https://github.com/shanewilson/cgtools/issues/4))
19+
* finds .git path ([8f4bf7a1](https://github.com/shanewilson/cgtools/commit/8f4bf7a1ad8b404dd9b63142137aeffe26320818), closes [#2](https://github.com/shanewilson/cgtools/issues/2))
20+
* moves commit-msg to data file ([885dbe54](https://github.com/shanewilson/cgtools/commit/885dbe54fad2b5f97bb0b7f9c3f9935e37a409a0), closes [#1](https://github.com/shanewilson/cgtools/issues/1))
21+
* **log:** rework into modules, starts log ([7b64d3f6](https://github.com/shanewilson/cgtools/commit/7b64d3f6d8cf80cfc7250be76471ef00d427fd27))

0 commit comments

Comments
 (0)