Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 32d2daf

Browse files
chore(main): release 2.5.1 (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f494cf1 commit 32d2daf

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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.5.0"
2+
".": "2.5.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [2.5.1](https://github.com/supabase/realtime-py/compare/v2.5.0...v2.5.1) (2025-06-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** bump aiohttp from 3.11.18 to 3.12.13 ([#318](https://github.com/supabase/realtime-py/issues/318)) ([0db041f](https://github.com/supabase/realtime-py/commit/0db041f7b043b05552f14a1dcd47638364628909))
11+
* **deps:** bump typing-extensions from 4.13.2 to 4.14.0 ([#316](https://github.com/supabase/realtime-py/issues/316)) ([fe5d0c2](https://github.com/supabase/realtime-py/commit/fe5d0c2f5f7e67b7da2ce2e78cc5b7884ff49f76))
12+
513
## [2.5.0](https://github.com/supabase/realtime-py/compare/v2.4.3...v2.5.0) (2025-05-15)
614

715

@@ -781,4 +789,4 @@ Merge POC work in to master ([`5a1d4db`](https://github.com/supabase-community/r
781789

782790
* POC works ([`80d5c42`](https://github.com/supabase-community/realtime-py/commit/80d5c426fe52252df6270b703950f2a7097f9743))
783791

784-
* Initial commit ([`73025b3`](https://github.com/supabase-community/realtime-py/commit/73025b3a469cb167ad548018b4aefd08d19025a3))
792+
* Initial commit ([`73025b3`](https://github.com/supabase-community/realtime-py/commit/73025b3a469cb167ad548018b4aefd08d19025a3))

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.5.0" # {x-release-please-version}
3+
version = "2.5.1" # {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.5.0" # {x-release-please-version}
1+
__version__ = "2.5.1" # {x-release-please-version}

0 commit comments

Comments
 (0)