Skip to content

Commit ab6bdaf

Browse files
chore(main): release 2.3.0 (#268)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a66799d commit ab6bdaf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [2.3.0](https://github.com/supabase/realtime-py/compare/v2.2.0...v2.3.0) (2025-01-29)
6+
7+
8+
### Features
9+
10+
* **deps:** bump websockets from 13.1 to 14.2 ([#261](https://github.com/supabase/realtime-py/issues/261)) ([7e9429f](https://github.com/supabase/realtime-py/commit/7e9429f26c0c8bf19a930f7382e6835838f71f8f))
11+
512
## [2.2.0](https://github.com/supabase/realtime-py/compare/v2.1.0...v2.2.0) (2025-01-22)
613

714

pyproject.toml

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

realtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0" # {x-release-please-version}
1+
__version__ = "2.3.0" # {x-release-please-version}

0 commit comments

Comments
 (0)