Skip to content

Commit

Permalink
chore(main): release 2.0.6 (#218)
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 Oct 18, 2024
1 parent add10a4 commit c2a7040
Show file tree
Hide file tree
Showing 4 changed files with 12 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.5"
".": "2.0.6"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## [2.0.6](https://github.com/supabase/realtime-py/compare/v2.0.5...v2.0.6) (2024-10-16)


### Bug Fixes

* correctly setup logging ([#215](https://github.com/supabase/realtime-py/issues/215)) ([f9eb04c](https://github.com/supabase/realtime-py/commit/f9eb04c5c5d63fcdc98ced26411c81a5a41e763a))
* **deps:** bump aiohttp from 3.10.6 to 3.10.9 ([#220](https://github.com/supabase/realtime-py/issues/220)) ([1802e30](https://github.com/supabase/realtime-py/commit/1802e304ffe8e79f821a8bf44ee8286d81aea390))
* Types to use Option[T] ([#223](https://github.com/supabase/realtime-py/issues/223)) ([b5041c3](https://github.com/supabase/realtime-py/commit/b5041c32d880e840ffc550601b2097bdf0820f4a))

## [2.0.5](https://github.com/supabase/realtime-py/compare/v2.0.4...v2.0.5) (2024-09-28)


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.5" # {x-release-please-version}
version = "2.0.6" # {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.5" # {x-release-please-version}
__version__ = "2.0.6" # {x-release-please-version}

0 comments on commit c2a7040

Please sign in to comment.