[Bps-public-commit] rt-extension-rewritesubject branch master updated. f1aa0f950c4cbfbdea486b299d048f78a67fba94
BPS Git Server
git at git.bestpractical.com
Wed Jan 10 18:33:08 UTC 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-rewritesubject".
The branch, master has been updated
via f1aa0f950c4cbfbdea486b299d048f78a67fba94 (commit)
from f1bedcbe6586d5d5163bbf8017372aa372c393e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f1aa0f950c4cbfbdea486b299d048f78a67fba94
Author: Brian Conry <bconry at bestpractical.com>
Date: Wed Jan 10 12:32:46 2024 -0600
Bump to version 0.02
diff --git a/Changes b/Changes
index 422af30..48bf5c4 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
Revision history for RT-Extension-RewriteSubject
+0.02 2024-01-10
+ Pass message MIME object reference to CODEREFs used to generate
+ subjects.
+
0.01 [Release Date]
- Initial version
diff --git a/lib/RT/Extension/RewriteSubject.pm b/lib/RT/Extension/RewriteSubject.pm
index 584264b..30e340d 100644
--- a/lib/RT/Extension/RewriteSubject.pm
+++ b/lib/RT/Extension/RewriteSubject.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::RewriteSubject;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 NAME
-----------------------------------------------------------------------
Summary of changes:
Changes | 4 ++++
lib/RT/Extension/RewriteSubject.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
rt-extension-rewritesubject
More information about the Bps-public-commit
mailing list