Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#184)
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 16, 2024
1 parent deeab57 commit bf779ec
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "1.0.6"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@



## [2.0.0](https://github.com/supabase/realtime-py/compare/v1.0.6...v2.0.0) (2024-08-16)


### ⚠ BREAKING CHANGES

* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178))

### Features

* add set_auth method ([#175](https://github.com/supabase/realtime-py/issues/175)) ([5859c72](https://github.com/supabase/realtime-py/commit/5859c729590ffd1673cc626d8276b5366ff11ede))


### Bug Fixes

* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178)) ([981a5d0](https://github.com/supabase/realtime-py/commit/981a5d0d3c10a60430810a6a0505bf751d931e61))

## v1.0.6 (2024-06-15)

### Build
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 = "1.0.6" # {x-release-please-version}
version = "2.0.0" # {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__ = "1.0.6" # {x-release-please-version}
__version__ = "2.0.0" # {x-release-please-version}

0 comments on commit bf779ec

Please sign in to comment.