Skip to content

Commit f59d97b

Browse files
committed
Bump version to v0.2.0
1 parent 6ace503 commit f59d97b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66

7-
## [Unreleased]
7+
## [0.2.0] - 2016-03-11
88

99
### Added
1010

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

3030

31-
[Unreleased]: https://github.com/ztombol/varrick/compare/v0.1.0...HEAD
31+
[0.2.0]: https://github.com/ztombol/varrick/compare/v0.1.0...v0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bats-assert",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"peerDependencies": {
66
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.1.0"

0 commit comments

Comments
 (0)