Skip to content

Commit

Permalink
0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Aug 11, 2014
1 parent 41035e6 commit b23842a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

0.0.4 (2014-09-11)
------------------

* Using POSIX style regular expression to work with GNU grep.
* Added a ``--version`` option.
* Writing errors to STDERR.
* Added a bats test suite.

0.0.3 (2014-09-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion chag
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# URL: https://github.com/mtdowling/chag

chag_version() {
echo "chag 0.0.3"
echo "chag 0.0.4"
}

chag_usage() {
Expand Down

0 comments on commit b23842a

Please sign in to comment.