From 83682fc1e10378757fb9a0ba357b6a15e8a7a287 Mon Sep 17 00:00:00 2001 From: necessarylion Date: Thu, 16 Nov 2023 09:26:51 +0630 Subject: [PATCH] bump 1.0.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9125e9b..aedfca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.2 + +- Add support for pool connections +- Bug fixed on array result +- Add support for multi commands (pipelining) + ## 1.0.1 - Bug fixed on parallel request diff --git a/pubspec.yaml b/pubspec.yaml index 4eba437..587aa2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ioredis description: Redis driver for dart -version: 1.0.1 +version: 1.0.2 repository: https://github.com/dartondox/ioredis environment: