Skip to content

Commit 8e04965

Browse files
committed
🔖 Prepare 0.16.0 release
1 parent dafdbf8 commit 8e04965

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [0.16.0][0.16.0]
9+
810
### Added
911

1012
- Support the `gtest` test result type in the `xunit` publisher (see
@@ -105,7 +107,8 @@ adheres to [Semantic Versioning](http://semver.org/).
105107

106108
- Initial public release.
107109

108-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.15.0...HEAD
110+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.16.0...HEAD
111+
[0.15.0]: https://github.com/randycoulman/jujube/compare/v0.15.0...v0.16.0
109112
[0.15.0]: https://github.com/randycoulman/jujube/compare/v0.14.0...v0.15.0
110113
[0.14.0]: https://github.com/randycoulman/jujube/compare/v0.13.0...v0.14.0
111114
[0.13.0]: https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0

‎lib/jujube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Top-level namespace for the gem.
22
module Jujube
33
# The current gem version.
4-
VERSION = "0.15.0"
4+
VERSION = "0.16.0"
55
end

0 commit comments

Comments
 (0)