Skip to content

Commit

Permalink
chore(main): release 2.0.5 (#212)
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 Sep 28, 2024
1 parent 0a3c720 commit 7734890
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.4"
".": "2.0.5"
}
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.5](https://github.com/supabase/realtime-py/compare/v2.0.4...v2.0.5) (2024-09-28)


### Bug Fixes

* schedule timeout should not be async ([#210](https://github.com/supabase/realtime-py/issues/210)) ([0a3c720](https://github.com/supabase/realtime-py/commit/0a3c7207852010c25f083f1e2ae7b684466a626e))

## [2.0.4](https://github.com/supabase/realtime-py/compare/v2.0.3...v2.0.4) (2024-09-26)


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.4" # {x-release-please-version}
version = "2.0.5" # {x-release-please-version}
description = ""
authors = [
"Joel Lee <joel@joellee.org>",
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.4" # {x-release-please-version}
__version__ = "2.0.5" # {x-release-please-version}

0 comments on commit 7734890

Please sign in to comment.