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

github.com/bats-core/bats-support.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-23 01:21:26 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-03-23 01:21:26 +0300
commitd0a131831c487a1f1141e76d3ab386c89642cdff (patch)
treedbd7e63979405d1601a76886e544e134f34aaf6c
parentb173df273a5da20a403e00cc346705dd610bd691 (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 70bdaa5..3ac6fbc 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-22
### Added
@@ -34,4 +34,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
`batslib_get_max_single_line_key_width()`
-[Unreleased]: https://github.com/ztombol/bats-support/compare/v0.1.0...HEAD
+[0.2.0]: https://github.com/ztombol/bats-support/compare/v0.1.0...v0.2.0
diff --git a/package.json b/package.json
index b04e7bd..ac1128d 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
"name": "bats-support",
- "version": "0.1.0",
+ "version": "0.2.0",
"private": true
}