Commit 8e04965 1 parent dafdbf8 commit 8e04965 Copy full SHA for 8e04965
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased] [ unreleased ]
7
7
8
+ ## [ 0.16.0] [ 0.16.0 ]
9
+
8
10
### Added
9
11
10
12
- Support the ` gtest ` test result type in the ` xunit ` publisher (see
@@ -105,7 +107,8 @@ adheres to [Semantic Versioning](http://semver.org/).
105
107
106
108
- Initial public release.
107
109
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
109
112
[ 0.15.0 ] : https://github.com/randycoulman/jujube/compare/v0.14.0...v0.15.0
110
113
[ 0.14.0 ] : https://github.com/randycoulman/jujube/compare/v0.13.0...v0.14.0
111
114
[ 0.13.0 ] : https://github.com/randycoulman/jujube/compare/v0.12.0...v0.13.0
Original file line number Diff line number Diff line change 1
1
# Top-level namespace for the gem.
2
2
module Jujube
3
3
# The current gem version.
4
- VERSION = "0.15 .0"
4
+ VERSION = "0.16 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments