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] authored Aug 3, 2024
1 parent f435c37 commit 9a6b90e
Show file tree
Hide file tree
Showing 3 changed files with 19 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"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **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))

## [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 9a6b90e

Please sign in to comment.