[perl-glib-object-introspection] Release 0.047



commit e4c525bcee5b6d2076c22dc5b05cb74432da0139
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Feb 4 19:43:26 2019 -0800

    Release 0.047

 NEWS                             | 7 +++++++
 lib/Glib/Object/Introspection.pm | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9e63716..51dac12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib::Object::Introspection 0.047
+========================================================
+
+* Add missing version checks to t/param-specs.t
+* Fix a version check in t/arrays.t
+* README: updated project Git URIs
+
 Overview of changes in Glib::Object::Introspection 0.046
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 3310b25..73d34fe 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.046';
+our $VERSION = '0.047';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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