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

Commit 9b8d0c0

Browse files
author
github-actions
committed
chore(release): bump version to v1.0.5
1 parent 9c0ffd1 commit 9b8d0c0

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.0.5 (2024-05-29)
6+
7+
### Fix
8+
9+
* fix: gracefully close the socket ([`9c0ffd1`](https://github.com/supabase-community/realtime-py/commit/9c0ffd13bd94aeb3d36dc7f93897d9673a522dfd))
10+
11+
### Unknown
12+
13+
* Update .pre-commit-config.yaml (#132)
14+
15+
* Update .pre-commit-config.yaml
16+
17+
* Update .pre-commit-config.yaml
18+
19+
* Update .pre-commit-config.yaml
20+
21+
* Update .pre-commit-config.yaml
22+
23+
* Update .pre-commit-config.yaml
24+
25+
* Update .pre-commit-config.yaml
26+
27+
* Update .pre-commit-config.yaml
28+
29+
* Update .pre-commit-config.yaml ([`8bcf6da`](https://github.com/supabase-community/realtime-py/commit/8bcf6da63e161d7127292a079887952d2c8a2722))
30+
31+
* Add stale bot (#131) ([`5d1906a`](https://github.com/supabase-community/realtime-py/commit/5d1906aa564f8c50567d3ea61a7b35a2b3ef9274))
32+
33+
534
## v1.0.4 (2024-04-13)
635

736
### Build
@@ -29,6 +58,10 @@ updated-dependencies:
2958
Signed-off-by: dependabot[bot] <[email protected]>
3059
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e07a0c`](https://github.com/supabase-community/realtime-py/commit/6e07a0cf0d3025693bf702346807e753bc68f9b0))
3160

61+
### Chore
62+
63+
* chore(release): bump version to v1.0.4 ([`a7dc820`](https://github.com/supabase-community/realtime-py/commit/a7dc8200cc4c14cbd32763810aa4a6f2ebcc7230))
64+
3265
### Fix
3366

3467
* fix: version bump (#119) ([`228d466`](https://github.com/supabase-community/realtime-py/commit/228d466a1467e916a9670bdf7801f95fcba2c872))

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 = "1.0.4"
3+
version = "1.0.5"
44
description = ""
55
authors = [
66
"Joel Lee <[email protected]>",

realtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.0.5"
22

33
from realtime.channel import CallbackListener, Channel
44
from realtime.connection import Socket

0 commit comments

Comments
 (0)