chore: prep 0.0.9 release (#3158)

This commit is contained in:
Bryan Oltman
2025-06-09 12:37:48 -04:00
committed by GitHub
parent 37e5da4247
commit ab93bb35d3
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.0.9
- fix: expose RedisTDigest type
# 0.0.8
- feat: add limited support for tdigest data structure
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_redis_client
description: A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.
version: 0.0.8
version: 0.0.9
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
topics: [redis, cache, shorebird]