From c8340648dfedc0f26052d1ec0307ae9ab6a67f3b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 12 Dec 2014 11:51:33 +0100 Subject: [PATCH] Bumping version to 1.0.0 (release preparation) Total issues resolved: **17** - [108: Fix windows path length limitations](https://github.com/Ocramius/ProxyManager/pull/108) - [172: Alternate hotfix for #108 - windows path length limitations](https://github.com/Ocramius/ProxyManager/pull/172) - [178: Verify type-safety with `self` and `static` type-hints](https://github.com/Ocramius/ProxyManager/issues/178) - [180: #178 - `self` type safety check](https://github.com/Ocramius/ProxyManager/pull/180) - [181: Documentation should be released on github pages on the `gh-pages` branch.](https://github.com/Ocramius/ProxyManager/issues/181) - [182: Documentation on github pages](https://github.com/Ocramius/ProxyManager/pull/182) - [187: Proxy generation fails if magic methods are marked as final](https://github.com/Ocramius/ProxyManager/pull/187) - [189: Bugfix - cannot override final methods ( #187 )](https://github.com/Ocramius/ProxyManager/pull/189) - [190: [WIP] [EXPERIMENTAL] Codegen should not trigger fatals](https://github.com/Ocramius/ProxyManager/pull/190) - [191: Put link of documentation on README.md and Close #185](https://github.com/Ocramius/ProxyManager/pull/191) - [193: [WIP] Codegen errors](https://github.com/Ocramius/ProxyManager/pull/193) - [194: Code-generation fatal error prevention](https://github.com/Ocramius/ProxyManager/pull/194) - [195: Blogpost about 1.0.0, 2.0.0 and stability frames](https://github.com/Ocramius/ProxyManager/pull/195) - [196: Define maintainance time-frames (stable/oldstable/etc)](https://github.com/Ocramius/ProxyManager/pull/196) - [198: Highlighting the code examples](https://github.com/Ocramius/ProxyManager/pull/198) - [199: Removed unused `ReflectionMethod` import](https://github.com/Ocramius/ProxyManager/pull/199) - [202: #196 - adding document with expected stability time-frames](https://github.com/Ocramius/ProxyManager/pull/202) --- src/ProxyManager/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyManager/Version.php b/src/ProxyManager/Version.php index 1c0e1478c..a0367114c 100644 --- a/src/ProxyManager/Version.php +++ b/src/ProxyManager/Version.php @@ -28,7 +28,7 @@ */ final class Version { - const VERSION = '1.0.0-dev'; + const VERSION = '1.0.0'; /** * Private constructor - this class is not meant to be instantiated