Skip to content

Commit

Permalink
chore(main): release 2.0.2 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
1 parent fe7deec commit d414762
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [2.0.2](https://github.com/supabase/realtime-py/compare/v2.0.1...v2.0.2) (2024-08-20)


### Bug Fixes

* set realtime as not implemented in the sync client ([#193](https://github.com/supabase/realtime-py/issues/193)) ([73d6275](https://github.com/supabase/realtime-py/commit/73d6275802f53a98fedfd20e11ce7657445dd83a))

## [2.0.1](https://github.com/supabase/realtime-py/compare/v2.0.0...v2.0.1) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "realtime"
version = "2.0.1" # {x-release-please-version}
version = "2.0.2" # {x-release-please-version}
description = ""
authors = [
"Joel Lee <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion realtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1" # {x-release-please-version}
__version__ = "2.0.2" # {x-release-please-version}

0 comments on commit d414762

Please sign in to comment.