Skip to content

Commit

Permalink
chore(release/v3): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2024
1 parent 0f41db2 commit 123dd1b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 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.15.2"
".": "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.15.2...v3.0.0) (2024-08-06)


### ⚠ 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)) ([f435c37](https://github.com/supabase/supabase-swift/commit/f435c371be5574006768425ac1a21b04e5dffe42))


### Miscellaneous Chores

* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460)) ([156cffc](https://github.com/supabase/supabase-swift/commit/156cffc8f4e6a2b2bddb84ae8d1a839f4d11d278))


### Code Refactoring

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

## [2.15.2](https://github.com/supabase/supabase-swift/compare/v2.15.1...v2.15.2) (2024-07-30)


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.15.2" // {x-release-please-version}
package let version = "3.0.0" // {x-release-please-version}

0 comments on commit 123dd1b

Please sign in to comment.