[Bps-public-commit] rt-extension-assetsql branch, asset-sql-custom-roles, updated. 0.04-6-g25f7b0c

Jim Brandt jbrandt at bestpractical.com
Fri Dec 15 09:47:46 EST 2017


The branch, asset-sql-custom-roles has been updated
       via  25f7b0cf5558ccb6e13c01cf31f452e396b9dcb5 (commit)
      from  70c3893dde448edd1fb4041f5e8d3bfb43a6a81a (commit)

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

- Log -----------------------------------------------------------------
commit 25f7b0cf5558ccb6e13c01cf31f452e396b9dcb5
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Dec 15 09:47:40 2017 -0500

    Prep for 0.06 release

diff --git a/Changes b/Changes
index 3c4a8f5..0162d46 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.06 2017-12-15
+  - Remove incorrect watcher options from role dropdowns
+
 0.05 2017-11-17
   - Add Custom Role search to asset sql
 
diff --git a/META.yml b/META.yml
index 859dfcf..2308b5d 100644
--- a/META.yml
+++ b/META.yml
@@ -27,7 +27,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-assetsql
-version: '0.05'
+version: '0.06'
 x_module_install_rtx_version: '0.39'
 x_requires_rt: '4.4'
 x_rt_too_new: '4.6'
diff --git a/lib/RT/Extension/AssetSQL.pm b/lib/RT/Extension/AssetSQL.pm
index b28883e..a39a1b2 100644
--- a/lib/RT/Extension/AssetSQL.pm
+++ b/lib/RT/Extension/AssetSQL.pm
@@ -3,7 +3,7 @@ use warnings;
 package RT::Extension::AssetSQL;
 use 5.010_001;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 require RT::Extension::AssetSQL::Assets;
 

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


More information about the Bps-public-commit mailing list