From e41bd90cb8c49eb0be6314f286d770ddd4a5811f Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 5 Mar 2012 10:46:39 +0100
Subject: [PATCH] Bump version number

---
 build.properties |  2 +-
 package.xml      | 19 ++++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/build.properties b/build.properties
index 3260b65..108b97c 100644
--- a/build.properties
+++ b/build.properties
@@ -1,7 +1,7 @@
 project.name=PicaRecord
 project.channel=hab20.hab.de/service/pear
 project.majorVersion=0
-project.minorVersion=2
+project.minorVersion=3
 project.patchLevel=0
 project.snapshot=true
 
diff --git a/package.xml b/package.xml
index 1a88dcb..efd38a6 100644
--- a/package.xml
+++ b/package.xml
@@ -35,7 +35,7 @@
     The PicaRecord package does not provide the means to read or write
     Pica+ records. In order to do so you need to install the packages
     PicaReader and PicaWriter that are available via this PEAR
-    channel.
+    channel, too.
   </notes>
   <contents>
     <dir baseinstalldir="/" name="/">
@@ -60,6 +60,23 @@
   </dependencies>
   <phprelease />
   <changelog>
+    <release>
+      <version>
+	<release>0.3.0</release>
+	<api>0.3</api>
+      </version>
+      <stability>
+	<release>stable</release>
+	<api>stable</api>
+      </stability>
+      <date>2012-03-05</date>
+      <license>GNU General Public License v3</license>
+      <notes>
+	* PicaRecord is now E_STRICT compliant
+	* add Record::getFirstMatchingField(), return first field matching a selector
+	* add Field::getNthSubfield(), return the nth subfield with a specified code
+      </notes>
+    </release>
     <release>
       <version>
 	<release>0.2.0</release>
-- 
GitLab