8000 6.0.0 · phpredis/phpredis@e193c87 · GitHub
[go: up one dir, main page]

Skip to content

Commit e193c87

Browse files
committed
6.0.0
1 parent f9c1e22 commit e193c87

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [6.0.0] - 2023-09-09 ([GitHub](https://github.com/phpredis/phpredis/releases/6.0.0), [PECL](https://pecl.php.net/package/redis/6.0.0))
11+
12+
### Sponsors :sparkling_heart:
13+
14+
- [Audiomack](https://audiomack.com)
15+
- [Open LMS](https://openlms.net/)
16+
- [BlueHost](https://bluehost.com)
17+
- [Object Cache Pro for WordPress](https://objectcache.pro/)
18+
- [Avtandil Kikabidze](https://github.com/akalongman)
19+
- [Zaher Ghaibeh](https://github.com/zaherg)
20+
- [BatchLabs](https://batch.com)
21+
- [Stackhero](https://github.com/stackhero-io)
22+
- [Florian Levis](https://github.com/Gounlaf)
23+
- [Luis Zárate](https://github.com/jlzaratec)
24+
25+
*There were no changes between 6.0.0 and 6.0.0RC2*
26+
1027
## [6.0.0RC2] - 2023-08-20 ([GitHub](https://github.com/phpredis/phpredis/releases/6.0.0RC2), [PECL](https://pecl.php.net/package/redis/6.0.0RC2))
1128

1229
### Sponsors :sparkling_heart:

package.xml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>n.favrefelix@gmail.com</email>
2828
<active>no</active>
2929
</lead>
30-
<date>2023-08-20</date>
30+
<date>2023-09-09</date>
3131
<version>
32-
<release>6.0.0RC2</release>
32+
<release>6.0.0</release>
3333
<api>6.0.0</api>
3434
</version>
3535
<stability>
36-
<release>beta</release>
37-
<api>beta</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
@@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
4949
BatchLabs - https://batch.com
5050
Luis Zarate - https://github.com/jlzaratec
5151

52+
phpredis 6.0.0
53+
54+
- There were no changes between 6.0.0 and 6.0.0RC2.
55+
56+
---
57+
5258
phpredis 6.0.0RC2
5359

5460
* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
@@ -281,9 +287,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
281287
</extsrcrelease>
282288
<changelog>
283289
<release>
284-
<stability><release>beta</release><api>beta</api></stability>
285-
<version><release>6.0.0RC2</release><api>6.0.0</api></version>
286-
<date>2023-08-20</date>
290+
<stability><release>stable</release><api>stable</api></stability>
291+
<version><release>6.0.0</release><api>6.0.0</api></version>
292+
<date>2023-09-09</date>
287293
<notes>
288294
--- Sponsors ---
289295

@@ -296,6 +302,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
296302
BatchLabs - https://batch.com
297303
Luis Zarate - https://github.com/jlzaratec
298304

305+
phpredis 6.0.0
306+
307+
- There were no changes between 6.0.0 and 6.0.0RC2.
308+
309+
---
310+
299311
phpredis 6.0.0RC2
300312

301313
* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)

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 "6.0.0RC2"
26+
#define PHP_REDIS_VERSION "6.0.0"
2727

2828
/* For convenience we store the salt as a printable hex string which requires 2
2929
* characters per byte + 1 for the NULL terminator */

0 commit comments

Comments
 (0)
0