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

Commit a7dc820

Browse files
author
github-actions
committed
chore(release): bump version to v1.0.4
1 parent 228d466 commit a7dc820

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.0.4 (2024-04-13)
6+
7+
### Build
8+
9+
* build(deps-dev): bump idna from 3.4 to 3.7 (#118) ([`364de4e`](https://github.com/supabase-community/realtime-py/commit/364de4eeb154344e197ab9bcbf59e7191d92c23a))
10+
11+
* build(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.1 (#115) ([`88e8a30`](https://github.com/supabase-community/realtime-py/commit/88e8a3010fb87f2360a39bf346f0e1525f0a56c1))
12+
13+
* build(deps): bump typing-extensions from 4.10.0 to 4.11.0 (#114) ([`910616a`](https://github.com/supabase-community/realtime-py/commit/910616a0fd0a0a79f783480a30ad1661658333d5))
14+
15+
* build(deps): bump python-semantic-release/python-semantic-release (#116)
16+
17+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.3.1 to 9.4.1.
18+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
19+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
20+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.3.1...v9.4.1)
21+
22+
---
23+
updated-dependencies:
24+
- dependency-name: python-semantic-release/python-semantic-release
25+
dependency-type: direct:production
26+
update-type: version-update:semver-minor
27+
...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com>
30+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6e07a0c`](https://github.com/supabase-community/realtime-py/commit/6e07a0cf0d3025693bf702346807e753bc68f9b0))
31+
32+
### Fix
33+
34+
* fix: version bump (#119) ([`228d466`](https://github.com/supabase-community/realtime-py/commit/228d466a1467e916a9670bdf7801f95fcba2c872))
35+
36+
### Unknown
37+
38+
* Update connection.py (#117) ([`c5915e5`](https://github.com/supabase-community/realtime-py/commit/c5915e511517d097b7c716be89d55f37ff64a5e4))
39+
40+
541
## v1.0.3 (2024-03-26)
642

743
### Build
@@ -172,6 +208,10 @@ updated-dependencies:
172208
Signed-off-by: dependabot[bot] <support@github.com>
173209
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1bfd2c1`](https://github.com/supabase-community/realtime-py/commit/1bfd2c112604217f818266f29788e4055dbfc96d))
174210

211+
### Chore
212+
213+
* chore(release): bump version to v1.0.3 ([`1079275`](https://github.com/supabase-community/realtime-py/commit/1079275f158b5ddc3e5adef20075f97298e1cbc3))
214+
175215
### Fix
176216

177217
* fix: package release (#110) ([`fde31f3`](https://github.com/supabase-community/realtime-py/commit/fde31f3efda3836486e1fdad53bf1278e61c1543))

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.3"
3+
version = "1.0.4"
44
description = ""
55
authors = [
66
"Joel Lee <joel@joellee.org>",

realtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "1.0.3"
2+
__version__ = "1.0.4"
33

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

0 commit comments

Comments
 (0)