Skip to content

Commit 99f0150

Browse files
chore(main): release 2.4.2 (#291)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c127b37 commit 99f0150

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.4.1"
2+
".": "2.4.2"
33
}

CHANGELOG.md

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

33

44

5+
## [2.4.2](https://github.com/supabase/realtime-py/compare/v2.4.1...v2.4.2) (2025-03-25)
6+
7+
8+
### Bug Fixes
9+
10+
* cleanup current heartbeat and listen tasks before creating a new one ([#290](https://github.com/supabase/realtime-py/issues/290)) ([70778e5](https://github.com/supabase/realtime-py/commit/70778e5a3df77859eec65d0bc1f6a14526764b56))
11+
512
## [2.4.1](https://github.com/supabase/realtime-py/compare/v2.4.0...v2.4.1) (2025-02-26)
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.4.1" # {x-release-please-version}
3+
version = "2.4.2" # {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.4.1" # {x-release-please-version}
1+
__version__ = "2.4.2" # {x-release-please-version}

0 commit comments

Comments
 (0)