Skip to content

Commit

Permalink
bumpping to version 0.14
Browse files Browse the repository at this point in the history
git-svn-id: https://jira-client.googlecode.com/svn/trunk@35 9ee6d77e-1d8b-11de-bf1e-7b5f7763e386
  • Loading branch information
gnustavo@gmail.com committed Sep 12, 2009
1 parent 5bb6a48 commit 69d8dd8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Revision history for JIRA-Client

0.14 2009-09-12

Supporting versions of JIRA older than 3.14.4 in the method
next_issue.

Added an optional argument to the method set_issue_iterator to
allow for the specification of the pre-fetching cache size.


0.13 2009-08-04

Make it easy to set custom fields in create_issue.
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: JIRA-Client
version: 0.13
version: 0.14
abstract: An extended interface to JIRA's SOAP API.
license: ~
author:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: JIRA-Client
What: A OO interface to JIRA's SOAP API.
Version: 0.13
Version: 0.14
Author: Gustavo Chaves <gnustavo@cpan.org>

JIRA is a proprietary bug tracking system from Atlassian
Expand Down
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
- Implement some non-API methods from
http://code.google.com/p/jira4r/source/browse/trunk/lib/jira4r/jira_tool.rb.

- Make it easy to set custom fields in updateIssue and in
progress_workflow_action_safely.
4 changes: 2 additions & 2 deletions lib/JIRA/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ JIRA::Client - An extended interface to JIRA's SOAP API.
=head1 VERSION
Version 0.13
Version 0.14
=cut

our $VERSION = '0.13';
our $VERSION = '0.14';

=head1 SYNOPSIS
Expand Down

0 comments on commit 69d8dd8

Please sign in to comment.