Skip to content

Commit edc87b7

Browse files
committed
Bump minor version.
1 parent 2d522f6 commit edc87b7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

lib/async/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Redis
8-
VERSION = "0.11.2"
8+
VERSION = "0.12.0"
99
end
1010
end

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@ Please see the [project documentation](https://socketry.github.io/async-redis/)
1414

1515
- [Getting Started](https://socketry.github.io/async-redis/guides/getting-started/index) - This guide explains how to use the `async-redis` gem to connect to a Redis server and perform basic operations.
1616

17+
- [Subscriptions](https://socketry.github.io/async-redis/guides/subscriptions/index) - This guide explains how to use Redis pub/sub functionality with `async-redis` to publish and subscribe to messages.
18+
1719
## Releases
1820

1921
Please see the [project releases](https://socketry.github.io/async-redis/releases/index) for all releases.
2022

23+
### v0.12.0
24+
25+
- Add agent context.
26+
- Add support for pattern pub/sub.
27+
- Add support for sharded pub/sub.
28+
- Add support for `master_options` and `slave_options` (and removed `protocol`) from `SentinelClient`.
29+
2130
### v0.11.2
2231

2332
- Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.12.0
44

55
- Add agent context.
66
- Add support for pattern pub/sub.

0 commit comments

Comments
 (0)