You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [Unreleased][unreleased]
7
7
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
+
8
17
## [0.11.0][0.11.0]
9
18
10
19
### Breaking Changes
@@ -25,7 +34,7 @@ adheres to [Semantic Versioning](http://semver.org/).
25
34
26
35
### Added
27
36
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).
29
38
* Links to documentation for the `fitnesse` publisher and `store` SCM that have now been merged into jenkins-job-builder.
30
39
* This CHANGELOG.
31
40
@@ -70,7 +79,8 @@ adheres to [Semantic Versioning](http://semver.org/).
0 commit comments