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

Commit 1079275

Browse files
author
github-actions
committed
chore(release): bump version to v1.0.3
1 parent fde31f3 commit 1079275

File tree

3 files changed

+193
-2
lines changed

3 files changed

+193
-2
lines changed

CHANGELOG.md

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,199 @@
22

33

44

5+
## v1.0.3 (2024-03-26)
6+
7+
### Build
8+
9+
* build(deps-dev): bump python-semantic-release from 9.1.1 to 9.3.1 (#109) ([`acc5af2`](https://github.com/supabase-community/realtime-py/commit/acc5af2e662ae71fabfd6c79e01836c32773d129))
10+
11+
* build(deps): bump python-semantic-release/python-semantic-release (#107) ([`fc381db`](https://github.com/supabase-community/realtime-py/commit/fc381db0e9607efd1663c145a1ee1275f6559143))
12+
13+
* build(deps-dev): bump black from 23.11.0 to 24.3.0 (#105) ([`7c2bc90`](https://github.com/supabase-community/realtime-py/commit/7c2bc9072ce4757b8e004c4688e7f710a77c9048))
14+
15+
* build(deps-dev): bump black from 23.11.0 to 24.3.0 (#103) ([`aa068c0`](https://github.com/supabase-community/realtime-py/commit/aa068c00cc182e6111f940f79c8ed8bb0b4be124))
16+
17+
* build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#101) ([`f3ac93a`](https://github.com/supabase-community/realtime-py/commit/f3ac93a60be24ed98416b8a903c96582e2f4d381))
18+
19+
* build(deps): bump python-dateutil from 2.8.2 to 2.9.0.post0 (#100) ([`36875c7`](https://github.com/supabase-community/realtime-py/commit/36875c766423e6d9e2220815c9f329a617405807))
20+
21+
* build(deps): bump websockets from 11.0.3 to 12.0 (#97) ([`859a7e7`](https://github.com/supabase-community/realtime-py/commit/859a7e72241cd174b15e7ee90260ebc062ac0c75))
22+
23+
* build(deps-dev): bump isort from 5.12.0 to 5.13.2 (#94) ([`1938958`](https://github.com/supabase-community/realtime-py/commit/19389585f602db864b4604c0cac0fc4ba2eecdbe))
24+
25+
* build(deps): bump typing-extensions from 4.7.1 to 4.10.0 (#96)
26+
27+
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.10.0.
28+
- [Release notes](https://github.com/python/typing_extensions/releases)
29+
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
30+
- [Commits](https://github.com/python/typing_extensions/compare/4.7.1...4.10.0)
31+
32+
---
33+
updated-dependencies:
34+
- dependency-name: typing-extensions
35+
dependency-type: direct:production
36+
update-type: version-update:semver-minor
37+
...
38+
39+
Signed-off-by: dependabot[bot] <support@github.com>
40+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9b610d7`](https://github.com/supabase-community/realtime-py/commit/9b610d781d5987c4293366f96ec286e0b39e46f8))
41+
42+
* build(deps-dev): bump python-semantic-release from 8.3.0 to 9.1.1 (#95)
43+
44+
Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.3.0 to 9.1.1.
45+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
46+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
47+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.3.0...v9.1.1)
48+
49+
---
50+
updated-dependencies:
51+
- dependency-name: python-semantic-release
52+
dependency-type: direct:development
53+
update-type: version-update:semver-major
54+
...
55+
56+
Signed-off-by: dependabot[bot] <support@github.com>
57+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`99a0c48`](https://github.com/supabase-community/realtime-py/commit/99a0c48498e1a16bfbd026fb13bff8e4ce2098a3))
58+
59+
* build(deps): bump actions/setup-python from 2 to 5 (#89)
60+
61+
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
62+
- [Release notes](https://github.com/actions/setup-python/releases)
63+
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)
64+
65+
---
66+
updated-dependencies:
67+
- dependency-name: actions/setup-python
68+
dependency-type: direct:production
69+
update-type: version-update:semver-major
70+
...
71+
72+
Signed-off-by: dependabot[bot] <support@github.com>
73+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`d7f13aa`](https://github.com/supabase-community/realtime-py/commit/d7f13aa7e28caa73de7e4bd49d3ac54ae2d760aa))
74+
75+
* build(deps-dev): bump pytest from 7.4.0 to 8.0.2 (#93)
76+
77+
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 8.0.2.
78+
- [Release notes](https://github.com/pytest-dev/pytest/releases)
79+
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
80+
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...8.0.2)
81+
82+
---
83+
updated-dependencies:
84+
- dependency-name: pytest
85+
dependency-type: direct:development
86+
update-type: version-update:semver-major
87+
...
88+
89+
Signed-off-by: dependabot[bot] <support@github.com>
90+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`64f7e8e`](https://github.com/supabase-community/realtime-py/commit/64f7e8ef3b4eb8c709f206fba5c74c9f028ac082))
91+
92+
* build(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#91)
93+
94+
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 3.0.0.
95+
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
96+
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
97+
- [Commits](https://github.com/abatilo/actions-poetry/compare/v2.2.0...v3.0.0)
98+
99+
---
100+
updated-dependencies:
101+
- dependency-name: abatilo/actions-poetry
102+
dependency-type: direct:production
103+
update-type: version-update:semver-major
104+
...
105+
106+
Signed-off-by: dependabot[bot] <support@github.com>
107+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3fb37a5`](https://github.com/supabase-community/realtime-py/commit/3fb37a575d6ce338a55aac1a8ca44dee08b5e77d))
108+
109+
* build(deps): bump python-semantic-release/python-semantic-release (#92)
110+
111+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.0 to 9.1.1.
112+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
113+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
114+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.0.0...v9.1.1)
115+
116+
---
117+
updated-dependencies:
118+
- dependency-name: python-semantic-release/python-semantic-release
119+
dependency-type: direct:production
120+
update-type: version-update:semver-major
121+
...
122+
123+
Signed-off-by: dependabot[bot] <support@github.com>
124+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`2f6776e`](https://github.com/supabase-community/realtime-py/commit/2f6776ead4cd8db54626180e5d1e01d667ce33db))
125+
126+
* build(deps): bump actions/checkout from 2 to 4 (#90)
127+
128+
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
129+
- [Release notes](https://github.com/actions/checkout/releases)
130+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
131+
- [Commits](https://github.com/actions/checkout/compare/v2...v4)
132+
133+
---
134+
updated-dependencies:
135+
- dependency-name: actions/checkout
136+
dependency-type: direct:production
137+
update-type: version-update:semver-major
138+
...
139+
140+
Signed-off-by: dependabot[bot] <support@github.com>
141+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`f6001b5`](https://github.com/supabase-community/realtime-py/commit/f6001b578e2bc88468d8a13603d0b15d53043237))
142+
143+
* build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#84)
144+
145+
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
146+
- [Release notes](https://github.com/pallets/jinja/releases)
147+
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
148+
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)
149+
150+
---
151+
updated-dependencies:
152+
- dependency-name: jinja2
153+
dependency-type: indirect
154+
...
155+
156+
Signed-off-by: dependabot[bot] <support@github.com>
157+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`30699c9`](https://github.com/supabase-community/realtime-py/commit/30699c9bc0a150f7ffcc095e3d4e9c4989871964))
158+
159+
* build(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#83)
160+
161+
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41.
162+
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
163+
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
164+
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.40...3.1.41)
165+
166+
---
167+
updated-dependencies:
168+
- dependency-name: gitpython
169+
dependency-type: indirect
170+
...
171+
172+
Signed-off-by: dependabot[bot] <support@github.com>
173+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1bfd2c1`](https://github.com/supabase-community/realtime-py/commit/1bfd2c112604217f818266f29788e4055dbfc96d))
174+
175+
### Fix
176+
177+
* fix: package release (#110) ([`fde31f3`](https://github.com/supabase-community/realtime-py/commit/fde31f3efda3836486e1fdad53bf1278e61c1543))
178+
179+
### Unknown
180+
181+
* Create dependabot.yml & update code-owners (#88)
182+
183+
* Create dependabot.yml
184+
185+
* Create dependabot.yml
186+
187+
* Delete .github/.github directory
188+
189+
* Create CODEOWNERS ([`5fdb923`](https://github.com/supabase-community/realtime-py/commit/5fdb923b26e418d21299e8cbd8e9b4558457bf33))
190+
191+
5192
## v1.0.2 (2023-12-02)
6193

194+
### Chore
195+
196+
* chore(release): bump version to v1.0.2 ([`8897feb`](https://github.com/supabase-community/realtime-py/commit/8897feb605ec643de89cf0e1d9944860b23b6038))
197+
7198
### Fix
8199

9200
* fix: update README.md (#77) ([`c5d9afb`](https://github.com/supabase-community/realtime-py/commit/c5d9afb610651b2981361ff01a8a593399809c7f))

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.2"
3+
version = "1.0.3"
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.2"
2+
__version__ = "1.0.3"
33

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

0 commit comments

Comments
 (0)