Skip to content

Commit 0229a79

Browse files
Update version info, changelog, and package.xml
1 parent 9fb9dfc commit 0229a79

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All changes to phpredis will be documented in this file.
55
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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:

package.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<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)

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

redis_sentinel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "sentinel_library.h"
55

6-
#define PHP_REDIS_SENTINEL_VERSION "0.1RC2"
6+
#define PHP_REDIS_SENTINEL_VERSION "0.1"
77

88
PHP_METHOD(RedisSentinel, __construct);
99
PHP_METHOD(RedisSentinel, ckquorum);

0 commit comments

Comments
 (0)