Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Sep 9, 2023
1 parent f9c1e22 commit e193c87
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [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))

### Sponsors :sparkling_heart:

- [Audiomack](https://audiomack.com)
- [Open LMS](https://openlms.net/)
- [BlueHost](https://bluehost.com)
- [Object Cache Pro for WordPress](https://objectcache.pro/)
- [Avtandil Kikabidze](https://github.com/akalongman)
- [Zaher Ghaibeh](https://github.com/zaherg)
- [BatchLabs](https://batch.com)
- [Stackhero](https://github.com/stackhero-io)
- [Florian Levis](https://github.com/Gounlaf)
- [Luis Zárate](https://github.com/jlzaratec)

*There were no changes between 6.0.0 and 6.0.0RC2*

## [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))

### Sponsors :sparkling_heart:
Expand Down
26 changes: 19 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2023-08-20</date>
<date>2023-09-09</date>
<version>
<release>6.0.0RC2</release>
<release>6.0.0</release>
<api>6.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Expand All @@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
BatchLabs - https://batch.com
Luis Zarate - https://github.com/jlzaratec

phpredis 6.0.0

- There were no changes between 6.0.0 and 6.0.0RC2.

---

phpredis 6.0.0RC2

* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
Expand Down Expand Up @@ -281,9 +287,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>6.0.0RC2</release><api>6.0.0</api></version>
<date>2023-08-20</date>
<stability><release>stable</release><api>stable</api></stability>
<version><release>6.0.0</release><api>6.0.0</api></version>
<date>2023-09-09</date>
<notes>
--- Sponsors ---

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

phpredis 6.0.0

- There were no changes between 6.0.0 and 6.0.0RC2.

---

phpredis 6.0.0RC2

* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
Expand Down
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PHP_REDIS_H

/* phpredis version */
#define PHP_REDIS_VERSION "6.0.0RC2"
#define PHP_REDIS_VERSION "6.0.0"

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

0 comments on commit e193c87

Please sign in to comment.