tag v3.0.2

This commit is contained in:
Till Krüss
2025-07-22 08:30:03 -07:00
committed by GitHub
parent 302b63b742
commit fe1ea1b8f9
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
## Changelog
## Unreleased
### Unreleased
### Added
### Changed
### Fixed
## v3.0.2 (2025-07-22)
### Added
- Add experimental support for vector sets commands (#1550)
- Added support for `XACK` command (#1555)
+1 -1
View File
@@ -1 +1 @@
3.0.2-dev
3.0.2
+1 -1
View File
@@ -54,7 +54,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.0.2-dev';
public const VERSION = '3.0.2';
/** @var OptionsInterface */
private $options;