[Bps-public-commit] rt-extension-linkedticketshistory branch, master, updated. 0.01-3-gee35610

Alex Vandiver alexmv at bestpractical.com
Wed Nov 13 12:52:31 EST 2013


The branch, master has been updated
       via  ee35610eba5b0a3ed56f68d05982baecde3a503b (commit)
      from  b62cc9949f259965479723fb4c49511f5b30738b (commit)

Summary of changes:
 Changes                                  | 3 +++
 META.yml                                 | 2 +-
 lib/RT/Extension/LinkedTicketsHistory.pm | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit ee35610eba5b0a3ed56f68d05982baecde3a503b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Nov 13 12:51:43 2013 -0500

    Version bump

diff --git a/Changes b/Changes
index c61701d..48c8595 100644
--- a/Changes
+++ b/Changes
@@ -2,3 +2,6 @@ Revision history for Perl module RT::Extension::LinkedTicketsHistory
 
 0.01 2013-11-04
  - initial CPAN release
+
+0.02 2013-11-13
+ - Ensure that only linked _ticket_ history gets shown
diff --git a/META.yml b/META.yml
index a5af3c2..5b275a3 100644
--- a/META.yml
+++ b/META.yml
@@ -20,4 +20,4 @@ no_index:
     - inc
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 0.01
+version: 0.02
diff --git a/lib/RT/Extension/LinkedTicketsHistory.pm b/lib/RT/Extension/LinkedTicketsHistory.pm
index 30a3080..7ddf7d3 100644
--- a/lib/RT/Extension/LinkedTicketsHistory.pm
+++ b/lib/RT/Extension/LinkedTicketsHistory.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::LinkedTicketsHistory;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list