Skip to content

Commit b17653b

Browse files
authored
Merge pull request #8 from django-utils/0.3.0
0.3.0
2 parents 78d0e94 + 915c540 commit b17653b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
0.3.0
2+
-----
3+
4+
* Updated Channels dependency to at least v4.2.2.
5+
* Updated asgiref dependency to at least v3.9.1.
6+
* Fixed compatibility with latest versions of pytest-asyncio.
7+
* Renamed internal methods in core channel layer for compatibility with
8+
Channels v4.2.1+
9+
* Dropped testing against legacy Channels v3 branch.
10+
11+
* Updated testing against latest valkey-py versions.
12+
* drop black in favor of `ruff format`
13+
14+
0.2.0
15+
-----
16+
17+
* allow registering serializers
18+
* add json serializer
19+
20+
121
0.1.0
222
-----
323

channels_valkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0.post1"
1+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = [
99

1010
[project]
1111
name = "channels-valkey"
12-
version = "0.2.0.post2"
12+
version = "0.3.0"
1313
description = "Valkey-backed ASGI channel layer implementation"
1414
readme = "README.rst"
1515
requires-python = ">=3.9"

0 commit comments

Comments
 (0)