mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Bumping version number for 2.6.0 release
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
* 2.6.0 (2014-01-17)
|
||||
* Introduced `uuid` console application for generating and decoding UUIDs from CLI (run `./bin/uuid` for details)
|
||||
* Added `Uuid::getInteger()` to retrieve a Moontoast\Math\BigNumber representation of the 128-bit integer representing the UUID
|
||||
* Added `Uuid::getHex()` to retrieve the hexadecimal representation of the UUID
|
||||
* Now using netstat on Linux to capture the node for a version 1 UUID
|
||||
* Now requiring Moontoast\Math as part of the regular package requirements, not just the dev requirements
|
||||
* 2.5.0 (2013-10-30)
|
||||
* Using `openssl_random_pseudo_bytes()`, if available, to generate random bytes, by merging in PR #15 from @dfreudenberger
|
||||
* Fixed test for Rhumsaa\Uuid\Doctrine\UuidType, by merging in PR #17 from @dfreudenberger
|
||||
|
||||
@@ -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.4"
|
||||
composer.phar require "rhumsaa/uuid=~2.6"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.6.0-dev';
|
||||
const VERSION = '2.6.0';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user