We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d863c commit 24a72e1Copy full SHA for 24a72e1
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.3.0] - 2016-11-30
8
9
### Added
10
@@ -42,5 +42,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
42
`batslib_get_max_single_line_key_width()`
43
44
45
-[Unreleased]: https://github.com/ztombol/bats-support/compare/v0.2.0...HEAD
+[0.3.0]: https://github.com/ztombol/bats-support/compare/v0.2.0...v0.3.0
46
[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.2.0",
+ "version": "0.3.0",
"private": true
}
0 commit comments