Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Apr 3, 2013
1 parent 2f384cd commit e49ee0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
v0.3.0 (WIP)
------------
v0.3.0 (2013-04-03)
-------------------

This release is all about bringing upstream fixes and improvements from Git to
Sharness ([GH-7]).

Merged upstream changes from Git ([GH-7]):
List of merged upstream changes:

* Make test number come first in `not ok $count - $message`.
* Paint known breakages in yellow.
Expand All @@ -17,7 +20,14 @@ Merged upstream changes from Git ([GH-7]):
`t0000-basic.sh` from upstream.
* Update `README.git` with upstream changes.

Other changes:

* Add [git-integration] to the list of projects using Sharness. Also pay tribute
to Git's test suite.
* Let Travis only test the master branch (and pull requests).

[GH-7]: https://github.com/mlafeldt/sharness/pull/7
[git-integration]: https://github.com/johnkeeping/git-integration

v0.2.5 (2013-03-29)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion sharness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see http://www.gnu.org/licenses/ .

# Public: Current version of Sharness.
SHARNESS_VERSION="0.2.5"
SHARNESS_VERSION="0.3.0"
export SHARNESS_VERSION

# Public: The file extension for tests. By default, it is set to "t".
Expand Down

0 comments on commit e49ee0d

Please sign in to comment.