Skip to content

Commit 8812a96

Browse files
committed
chore(release): bump version to v0.4.0
Major release with comprehensive feature additions: - Complete JSON Module Support (31 ValkeyJSON/RedisJSON v2 commands) - Complete Search Module Support (21 Valkey Search/RediSearch commands) - 100% CI Test Success (539/539 tests passing) - Advanced error handling and code quality improvements - Full release automation with semantic versioning This represents a significant milestone with production-ready JSON and Search module compatibility.
1 parent bc72f30 commit 8812a96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.4.0] - 2025-08-31
99

1010
### ✨ Features Added
1111
- **Complete JSON Module Support**: Full ValkeyJSON/RedisJSON v2 compatibility with 31 commands
@@ -49,5 +49,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- Connection management and clustering support
5050
- Initial test infrastructure
5151

52-
[Unreleased]: https://github.com/avifenesh/valkey-glide-ioredis-adapter/compare/v0.3.0...HEAD
52+
[0.4.0]: https://github.com/avifenesh/valkey-glide-ioredis-adapter/compare/v0.3.0...v0.4.0
5353
[0.3.0]: https://github.com/avifenesh/valkey-glide-ioredis-adapter/releases/tag/v0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valkey-glide-ioredis-adapter",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "🎯 TRUE Drop-in ioredis replacement with comprehensive compatibility. Powered by Valkey GLIDE's high-performance Rust core. Complete Valkey JSON/Search module support. Zero code changes required for most production use cases.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)