Skip to content

Commit 20d4b68

Browse files
committed
Prepare 0.12.0 release
1 parent edab6a9 commit 20d4b68

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased][unreleased]
77

8+
## [0.12.0][0.12.0]
9+
10+
### Added
11+
12+
* Support the `string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.string) ([#3](https://github.com/randycoulman/jujube/pull/3)) (@jgeysens)
13+
* Support Rake 11.x versions ([#4](https://github.com/randycoulman/jujube/pull/4))
14+
* Support the `validating_string` parameter (see http://docs.openstack.org/infra/jenkins-job-builder/parameters.html#parameters.validating-string) ([#7](https://github.com/randycoulman/jujube/pull/7))
15+
* Support the `trigger_parameterized_builds` publisher (see http://docs.openstack.org/infra/jenkins-job-builder/publishers.html#publishers.trigger-parameterized-builds) ([#9](https://github.com/randycoulman/jujube/pull/9))
16+
817
## [0.11.0][0.11.0]
918

1019
### Breaking Changes
@@ -25,7 +34,7 @@ adheres to [Semantic Versioning](http://semver.org/).
2534

2635
### Added
2736

28-
* Support the `priority_sorter` property. (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.priority-sorter).
37+
* Support the `priority_sorter` property (see http://docs.openstack.org/infra/jenkins-job-builder/properties.html#properties.priority-sorter).
2938
* Links to documentation for the `fitnesse` publisher and `store` SCM that have now been merged into jenkins-job-builder.
3039
* This CHANGELOG.
3140

@@ -70,7 +79,8 @@ adheres to [Semantic Versioning](http://semver.org/).
7079

7180
* Initial public release.
7281

73-
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.11.0...HEAD
82+
[unreleased]: https://github.com/randycoulman/jujube/compare/v0.12.0...HEAD
83+
[0.12.0]: https://github.com/randycoulman/jujube/compare/v0.11.0...v0.12.0
7484
[0.11.0]: https://github.com/randycoulman/jujube/compare/v0.10.0...v0.11.0
7585
[0.10.0]: https://github.com/randycoulman/jujube/compare/v0.9.0...v0.10.0
7686
[0.9.0]: https://github.com/randycoulman/jujube/compare/v0.8.0...v0.9.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.11.0"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)