mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Bumping the version number to 2.8.0
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Rhumsaa\Uuid Changelog
|
||||
|
||||
## 2.8.0
|
||||
|
||||
_Released: 2014-11-09_
|
||||
|
||||
* Added static `fromInteger()` method to create UUIDs from string integer or `\Moontoast\Math\BigNumber`.
|
||||
* Friendlier Doctrine conversion to Uuid or string.
|
||||
* Documentation fixes.
|
||||
|
||||
## 2.7.4
|
||||
|
||||
_Released: 2014-10-29_
|
||||
|
||||
+1
-1
@@ -93,7 +93,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.8.x-dev';
|
||||
const VERSION = '2.8.0';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user