[perl-Glib-Object-Introspection] Release 0.030



commit 448183d748b3c84a48144086013ea8270eda2499
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Aug 9 17:50:58 2015 -0700

    Release 0.030

 NEWS                             |    4 +++-
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f80aa81..7e9ccf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-Overview of changes in Glib::Object::Introspection <next>
+Overview of changes in Glib::Object::Introspection 0.030
 ========================================================
 
 * Avoid repeating setting up a library as this can lead to issues.
+* Add some missing version guards to the tests
+* Added t/variants.t to MANIFEST
 
 Overview of changes in Glib::Object::Introspection 0.029
 ========================================================
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 09a27d3..3d21059 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -19,7 +19,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = '0.029';
+our $VERSION = '0.030';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]