We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b173df2 commit d0a1318Copy full SHA for d0a1318
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
7
-## [Unreleased]
+## [0.2.0] - 2016-03-22
8
9
### Added
10
@@ -34,4 +34,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
34
`batslib_get_max_single_line_key_width()`
35
36
37
-[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
package.json
@@ -1,5 +1,5 @@
1
{
2
"name": "bats-support",
3
- "version": "0.1.0",
+ "version": "0.2.0",
"private": true
}
0 commit comments