Skip to content

Commit 494bde5

Browse files
chore(main): release 2.2.0
1 parent 0396c7b commit 494bde5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [2.2.0](https://github.com/supabase/realtime-py/compare/v2.1.0...v2.2.0) (2025-01-22)
6+
7+
8+
### Features
9+
10+
* add support for `system` event ([#264](https://github.com/supabase/realtime-py/issues/264)) ([0396c7b](https://github.com/supabase/realtime-py/commit/0396c7b759842ce8f029e606ab59b6eb91bc4145))
11+
512
## [2.1.0](https://github.com/supabase/realtime-py/compare/v2.0.6...v2.1.0) (2024-12-30)
613

714

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "realtime"
3-
version = "2.1.0" # {x-release-please-version}
3+
version = "2.2.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
"Joel Lee <[email protected]>",

realtime/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0" # {x-release-please-version}
1+
__version__ = "2.2.0" # {x-release-please-version}

0 commit comments

Comments
 (0)