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

Commit bf779ec

Browse files
chore(master): release 2.0.0 (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent deeab57 commit bf779ec

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
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-
".": "1.0.6"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

33

44

5+
## [2.0.0](https://github.com/supabase/realtime-py/compare/v1.0.6...v2.0.0) (2024-08-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178))
11+
12+
### Features
13+
14+
* add set_auth method ([#175](https://github.com/supabase/realtime-py/issues/175)) ([5859c72](https://github.com/supabase/realtime-py/commit/5859c729590ffd1673cc626d8276b5366ff11ede))
15+
16+
17+
### Bug Fixes
18+
19+
* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178)) ([981a5d0](https://github.com/supabase/realtime-py/commit/981a5d0d3c10a60430810a6a0505bf751d931e61))
20+
521
## v1.0.6 (2024-06-15)
622

723
### Build

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.6" # {x-release-please-version}
3+
version = "2.0.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
"Joel Lee <joel@joellee.org>",

realtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.6" # {x-release-please-version}
1+
__version__ = "2.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)