Bumping the version number to 2.7.1

This commit is contained in:
Ben Ramsey
2014-02-21 18:08:43 -06:00
parent f02da50e50
commit 8569983a11
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.7.1 (2014-02-19)
* Moved moontoast/math and symfony/console to require-dev; fixes #20
* Now supporting symfony/console for 2.3 (LTS version); fixes #21
* Updated tests to run even when dev packages are not installed (skips tests if requirements are not met)
* 2.7.0 (2014-01-31)
* Moved UUID validation regex pattern into constant for external use (`Uuid::VALID_PATTERN`)
* 2.6.1 (2014-01-27)
+1 -1
View File
@@ -89,7 +89,7 @@ the following command to install the package and add it as a requirement to
`composer.json`:
```bash
composer.phar require "rhumsaa/uuid=~2.6"
composer.phar require "rhumsaa/uuid=~2.7"
```
+1 -1
View File
@@ -93,7 +93,7 @@ final class Uuid
/**
* Version of the Rhumsaa\Uuid package
*/
const VERSION = '2.7.0';
const VERSION = '2.7.1';
/**
* For testing, 64-bit system override; if true, treat the system as 32-bit