From 8090f68dafb8fd10b1496c571892c5a165755f22 Mon Sep 17 00:00:00 2001 From: David Golden Date: Wed, 16 May 2012 12:52:44 -0400 Subject: [PATCH] updated Changes and dist.ini in preparation for release --- Changes | 18 +++++++++++++++++- dist.ini | 4 +--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index e7a81da..7801ffa 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,23 @@ Revision history for Metabase {{$NEXT}} - - Removed AWS and SQLite backends to separate repositories + - The 1.000 release reflects a major reorganization of the Metabase + distribution and is not backwards compatible. + + - The Archive and Index roles have an expanded API with additional + required methods + + - A Query role has been added to abstract query requirements from the + indexer to allow for backend-specific query implementations + + - Tests have been converted to Test::Routine style roles, which are + released with the distribution for use in backend tests in other + distributions. + + - AWS and SQLite backends have been removed and will be released as + separate distributions. + + - Solr backend has been removed. 0.016 2010-12-07 15:27:49 EST5EDT diff --git a/dist.ini b/dist.ini index a088f81..2476685 100644 --- a/dist.ini +++ b/dist.ini @@ -6,6 +6,4 @@ license = Apache_2_0 copyright_holder = David Golden [@DAGOLDEN] -:version = 0.018 - -[CriticTests] +:version = 0.030