Skip to content

Commit 2131660

Browse files
committed
Bump minor version.
1 parent 7f940db commit 2131660

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

lib/protocol/redis/version.rb

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

66
module Protocol
77
module Redis
8-
VERSION = "0.11.0"
8+
VERSION = "0.12.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-redis
1414

1515
Please see the [project releases](https://socketry.github.io/protocol-redis/releases/index) for all releases.
1616

17+
### v0.12.0
18+
19+
- Introduce `Pubsub#spublish` method for shard channels.
20+
1721
### v0.11.0
1822

1923
- Introduce cluster methods, including `Strings`, `Streams`, `Scripting` and `Pubsub`.
@@ -59,14 +63,6 @@ Please see the [project releases](https://socketry.github.io/protocol-redis/rele
5963
- Use correct CRLF constant in server methods.
6064
- Modernize gem configuration.
6165

62-
### v0.5.0
63-
64-
- Add incomplete implementations of scripting, sets and streams.
65-
- Merge existing sorted set implementations.
66-
- Add `zrangebyscore` method.
67-
- Improve argument management.
68-
- Modernize testing infrastructure.
69-
7066
## Contributing
7167

7268
We welcome contributions to this project.

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
- Introduce `Pubsub#spublish` method for shard channels.
66

0 commit comments

Comments
 (0)