File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All changes to phpredis will be documented in this file.
55We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and PhpRedis adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.2.0] - 2020-03-02 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.2.0 ) , [ PECL] ( https://pecl.php.net/package/redis/5.2.0 ) )
9+
10+ * There were no changes between 5.2.0RC2 and 5.2.0*
11+
812## [ 5.2.0RC2] - 2020-02-21 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.2.0RC2 ) , [ PECL] ( https://pecl.php.net/package/redis/5.2.0RC2 ) )
913
1014### Sponsors :sparkling_heart :
Original file line number Diff line number Diff line change @@ -27,17 +27,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828 <active >no</active >
2929 </lead >
30- <date >2020-02-21 </date >
30+ <date >2020-03-02 </date >
3131 <version >
32- <release >5.2.0RC2 </release >
33- <api >5.2.0RC2 </api >
32+ <release >5.2.0 </release >
33+ <api >5.2.0 </api >
3434 </version >
3535 <stability >
36- <release >alpha </release >
37- <api >alpha </api >
36+ <release >stable </release >
37+ <api >stable </api >
3838 </stability >
3939 <license uri =" http://www.php.net/license" >PHP</license >
4040 <notes >
41+ phpredis 5.2.0
42+
43+ - There were no changes between 5.2.0RC2 and 5.2.0.
44+
4145 phpredis 5.2.0RC2
4246
4347 * Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Michael Grunder)
Original file line number Diff line number Diff line change 2323#define PHP_REDIS_H
2424
2525/* phpredis version */
26- #define PHP_REDIS_VERSION "5.2.0RC2 "
26+ #define PHP_REDIS_VERSION "5.2.0 "
2727
2828PHP_METHOD (Redis , __construct );
2929PHP_METHOD (Redis , __destruct );
Original file line number Diff line number Diff line change 33
44#include "sentinel_library.h"
55
6- #define PHP_REDIS_SENTINEL_VERSION "0.1RC2 "
6+ #define PHP_REDIS_SENTINEL_VERSION "0.1 "
77
88PHP_METHOD (RedisSentinel , __construct );
99PHP_METHOD (RedisSentinel , ckquorum );
You can’t perform that action at this time.
0 commit comments