Skip to content

Commit

Permalink
Prepare for v1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Jan 3, 2015
1 parent 9c83cbd commit 128ffbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ CHANGELOG
upcoming
--------

v1.3.0 [03-JAN-2015]
----------------------
* [#159][] Add ability to configure git tool for a job. Credit: [@hubert][]
* [#163][] Improve performance by using the `tree` parameter. Credit: [@stjohnjohnson][]

v1.2.0 [12-NOV-2014]
----------------------
* [#156][] Added workspace cleanup plugin. Credit [@hubert][]
Expand Down Expand Up @@ -294,6 +299,8 @@ v0.0.1 [15-OCT-2012]
[#156]: https://github.com/arangamani/jenkins_api_client/issues/156
[#157]: https://github.com/arangamani/jenkins_api_client/issues/157
[#158]: https://github.com/arangamani/jenkins_api_client/issues/158
[#159]: https://github.com/arangamani/jenkins_api_client/issues/159
[#163]: https://github.com/arangamani/jenkins_api_client/issues/163
[@Loa]: https://github.com/Loa
[@Niarfe]: https://github.com/Niarfe
[@bobbrez]: https://github.com/bobbrez
Expand All @@ -319,6 +326,7 @@ v0.0.1 [15-OCT-2012]
[@rubytester]: https://github.com/rubytester
[@scotje]: https://github.com/scotje
[@spikegrobstein]: https://github.com/spikegrobstein
[@stjohnjohnson]: https://github.com/stjohnjohnson
[@sunaot]: https://github.com/sunaot
[@tjhanley]: https://github.com/tjhanley
[@woodbusy]: https://github.com/woodbusy
6 changes: 3 additions & 3 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0 ruby lib
# stub: jenkins_api_client 1.3.0 ruby lib

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "1.2.0"
s.version = "1.3.0"

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 = "2014-11-13"
s.date = "2015-01-03"
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"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Client
# Major version of the gem
MAJOR = 1
# Minor version of the gem
MINOR = 2
MINOR = 3
# Tiny version of the gem used for patches
TINY = 0
# Used for pre-releases
Expand Down

0 comments on commit 128ffbe

Please sign in to comment.