From 1a477fa4fdc40fd4142e2a01ff12865381cd7d8e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 7 Feb 2015 22:05:55 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/Zeal.pm | 2 +- lib/Zeal/Docset.pm | 2 +- lib/Zeal/Document.pm | 2 +- lib/Zeal/Feed.pm | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 2c4ba76..032520a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Zeal. +0.001 2015-02-07T22:07+02:00 + - First stable release + 0.000_003 2015-01-03T16:43+02:00 - Make family:query syntax in Zeal->query stricter - Add support for anchors diff --git a/README b/README index 52b9879..eb596b3 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Zeal version 0.000_002 -====================== +Zeal version 0.001 +================== Dash is an offline API documentation browser. Zeal.pm is a module for reading and querying Dash documentation sets. diff --git a/lib/Zeal.pm b/lib/Zeal.pm index 1ba955e..b5cc99e 100644 --- a/lib/Zeal.pm +++ b/lib/Zeal.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '0.000_003'; +our $VERSION = '0.001'; use File::Spec::Functions qw/catfile/; diff --git a/lib/Zeal/Docset.pm b/lib/Zeal/Docset.pm index 1ac98e2..d3e013b 100644 --- a/lib/Zeal/Docset.pm +++ b/lib/Zeal/Docset.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.000_003'; +our $VERSION = '0.001'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_ro_accessors(qw/path plist dbh name id family/); diff --git a/lib/Zeal/Document.pm b/lib/Zeal/Document.pm index 3ce27bc..ccc5de6 100644 --- a/lib/Zeal/Document.pm +++ b/lib/Zeal/Document.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.000_003'; +our $VERSION = '0.001'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_accessors(qw/id name type path anchor docset/); diff --git a/lib/Zeal/Feed.pm b/lib/Zeal/Feed.pm index d51aebb..5964cfe 100644 --- a/lib/Zeal/Feed.pm +++ b/lib/Zeal/Feed.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '0.000_003'; +our $VERSION = '0.001'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_ro_accessors(qw/version/); -- 2.30.2