jenkins_api_client 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +4 -0
- data/lib/jenkins_api_client/job.rb +1 -1
- data/lib/jenkins_api_client/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
CHANGELOG
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
v0.6.2 [13-JAN-2013]
|
|
5
|
+
---------------------
|
|
6
|
+
* Fixed a bug where running job previously aborted was not recognized by the color
|
|
7
|
+
|
|
4
8
|
v0.6.1 [13-JAN-2013]
|
|
5
9
|
---------------------
|
|
6
10
|
* Fixed a bug where the last few lines of console output was missed in the CLI when using the `jenkinscli job console` command.
|