Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Tombol <zoltan.tombol@gmail.com>2016-03-11 16:09:44 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-03-11 16:09:44 +0300
commitf59d97bd3cdff25d1689c855023d913bcffa1efc (patch)
treeba0dd7e2e2477fb46f2315b969e95361e023bdf6
parent6ace503ca5fa58d5599821b80ac023ef72e3c04d (diff)
Bump version to v0.2.0v0.2.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e8be15..14289d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
diff --git a/package.json b/package.json
index e5a9191..81fb35e 100644
--- a/package.json
+++ b/package.json
@@ -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"