[Pkg-owncloud-commits] [php-sabre-vobject] 17/25: Next version will be 4.1.

David Prévot taffit at moszumanska.debian.org
Thu Apr 7 01:41:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 48388391fbc5ae250dab0cec5ea7922ebd8ebd48
Author: Evert Pot <me at evertpot.com>
Date:   Wed Apr 6 00:44:18 2016 -0400

    Next version will be 4.1.
---
 CHANGELOG.md    | 4 +++-
 lib/Version.php | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6a9d9c..9b93de3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 ChangeLog
 =========
 
-4.0.4 (????-??-??)
+4.1.0 (????-??-??)
 ------------------
 
 * #309: When expanding recurring events, the first event should also have a
@@ -13,6 +13,8 @@ ChangeLog
   have a master event. (@vkomrakov-sugar).
 * When validating a component's property that must appear once and which could
   automatically be repaired, make sure we report the change as 'repaired'.
+* Added a PHPUnitAssertions trait. This trait makes it easy to compare two
+  vcards or iCalendar objects semantically.
 
 
 4.0.3 (2016-03-12)
diff --git a/lib/Version.php b/lib/Version.php
index 3382f28..806c43a 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
     /**
      * Full version number.
      */
-    const VERSION = '4.0.4';
+    const VERSION = '4.1.4';
 
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list