Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ztombol committed Mar 11, 2016
1 parent 6ace503 commit f59d97b
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.2.0] - 2016-03-11

### Added

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


[Unreleased]: https://github.com/ztombol/varrick/compare/v0.1.0...HEAD
[0.2.0]: https://github.com/ztombol/varrick/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.1.0",
"version": "0.2.0",
"private": true,
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.1.0"
Expand Down

0 comments on commit f59d97b

Please sign in to comment.