Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ztombol committed Mar 22, 2016
1 parent d51d90e commit 9f88b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]
## [0.3.0] - 2016-03-22

### Removed

Expand Down Expand Up @@ -35,5 +35,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Testing individual lines with `assert_line()` and `refute_line()`


[Unreleased]: https://github.com/ztombol/bats-assert/compare/v0.2.0...HEAD
[0.3.0]: https://github.com/ztombol/bats-assert/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/ztombol/bats-assert/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bats-assert",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
Expand Down

0 comments on commit 9f88b42

Please sign in to comment.