Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release/v3): release 3.0.0 #459

Open
wants to merge 1 commit into
base: release/v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16.1"
".": "3.0.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [3.0.0](https://github.com/supabase/supabase-swift/compare/v2.16.1...v3.0.0) (2024-08-15)


### ⚠ BREAKING CHANGES

* **realtime:** make realtime channel and client actors ([#492](https://github.com/supabase/supabase-swift/issues/492))
* **postgrest:** remove deprecated code ([#488](https://github.com/supabase/supabase-swift/issues/488))
* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460))

### Features

* **postgrest:** remove deprecated code ([#488](https://github.com/supabase/supabase-swift/issues/488)) ([30b3df1](https://github.com/supabase/supabase-swift/commit/30b3df1cf445f0bd5b92c79872ea7cb34f4867ce))


### Miscellaneous Chores

* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460)) ([571ccd9](https://github.com/supabase/supabase-swift/commit/571ccd9973558cc02563ecd76e1e915751096beb))


### Code Refactoring

* **realtime:** make realtime channel and client actors ([#492](https://github.com/supabase/supabase-swift/issues/492)) ([2370634](https://github.com/supabase/supabase-swift/commit/2370634e6dfc580cdd7d339b7ce4640ccff0f06d))

## [2.16.1](https://github.com/supabase/supabase-swift/compare/v2.16.0...v2.16.1) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Helpers/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package let version = "2.16.1" // {x-release-please-version}
package let version = "3.0.0" // {x-release-please-version}