Skip to content

Commit

Permalink
prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Oct 10, 2015
1 parent af58399 commit dd7b73e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,17 @@
CHANGELOG
=========

0.4.1 (xxxx-xx-xx)
0.5.0 (2015-10-10)
------------------

n/a
* Updated: use Geocoder 3.2.x
* Added: Polygon class
* Added: Bounding box class
* Fixed: division by zero in vincenty algorithm
* Dropped: PHP 5.3 and stub to JsonSerializable
* Updated: switch from async to promise
* Updated: documentation
* Added: code of conduct

0.4.0 (2014-07-30)
------------------
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,8 @@ php composer require league/geotools=@stable
[`league/geotools`](https://packagist.org/packages/league/geotools)
page to choose a stable version to use, avoid the `@stable` meta constraint.

**Important:** you should use the `0.4` version if you use Geocoder `2.x` or/and PHP `5.3`.

And install dependencies:

```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -50,7 +50,7 @@

"extra" : {
"branch-alias" : {
"dev-master" : "0.4-dev"
"dev-master" : "0.5-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Geotools.php
Expand Up @@ -30,7 +30,7 @@ class Geotools extends AbstractGeotools implements GeotoolsInterface
* Version.
* @see http://semver.org/
*/
const VERSION = '0.4.1-dev';
const VERSION = '0.5.0';


/**
Expand Down

0 comments on commit dd7b73e

Please sign in to comment.