From d478f8a0ec19c955e15e5a4c66fb9cb5842b7807 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Sun, 25 Oct 2015 05:04:05 -0700 Subject: [PATCH] Prepare for v1.4.2 release. --- CHANGELOG.md | 6 ++++++ jenkins_api_client.gemspec | 6 +++--- lib/jenkins_api_client/version.rb | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4cc73f..8b7a6383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ CHANGELOG upcoming -------- +v1.4.2 [25-OCT-2015] +---------------------- +* [#188][] Added ability view jobs in a view with details. Credir: [@Tyrael][] + v1.4.1 [21-SEP-2015] ---------------------- * [#191][] Add dynamic depth support for node attributes. Credit: [@stjohnjohnson][] @@ -330,10 +334,12 @@ v0.0.1 [15-OCT-2012] [#176]: https://github.com/arangamani/jenkins_api_client/issues/176 [#177]: https://github.com/arangamani/jenkins_api_client/issues/177 [#179]: https://github.com/arangamani/jenkins_api_client/issues/179 +[#188]: https://github.com/arangamani/jenkins_api_client/issues/188 [#191]: https://github.com/arangamani/jenkins_api_client/issues/191 [@AndrewHanes]: https://github.com/AndrewHanes [@Loa]: https://github.com/Loa [@Niarfe]: https://github.com/Niarfe +[@Tyrael]: https://github.com/Tyrael [@bkon]: https://github.com/bkon [@bobbrez]: https://github.com/bobbrez [@brettporter]: https://github.com/brettporter diff --git a/jenkins_api_client.gemspec b/jenkins_api_client.gemspec index a7132e59..ecf8badc 100644 --- a/jenkins_api_client.gemspec +++ b/jenkins_api_client.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: jenkins_api_client 1.4.1 ruby lib +# stub: jenkins_api_client 1.4.2 ruby lib Gem::Specification.new do |s| s.name = "jenkins_api_client" - s.version = "1.4.1" + s.version = "1.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Kannan Manickam"] - s.date = "2015-09-21" + s.date = "2015-10-25" s.description = "\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth" s.email = ["arangamani.kannan@gmail.com"] s.executables = ["jenkinscli"] diff --git a/lib/jenkins_api_client/version.rb b/lib/jenkins_api_client/version.rb index 020c7dbd..137f9f32 100644 --- a/lib/jenkins_api_client/version.rb +++ b/lib/jenkins_api_client/version.rb @@ -27,7 +27,7 @@ class Client # Minor version of the gem MINOR = 4 # Tiny version of the gem used for patches - TINY = 1 + TINY = 2 # Used for pre-releases PRE = nil # Version String of Jenkins API Client.