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 Sep 25, 2024
1 parent f5cec16 commit e74357c
Show file tree
Hide file tree
Showing 3 changed files with 26 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.19.0"
".": "3.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [3.0.0](https://github.com/supabase/supabase-swift/compare/v2.19.0...v3.0.0) (2024-09-25)


### ⚠ 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)) ([9beb41b](https://github.com/supabase/supabase-swift/commit/9beb41bfe9a77e6a62d1851656adf68bf67ab03a))
* **storage:** add info, exists, custom metadata, and methods for uploading file URL ([#510](https://github.com/supabase/supabase-swift/issues/510)) ([d9ba673](https://github.com/supabase/supabase-swift/commit/d9ba673b882c84e5fae277510d147f52e22b861b))


### Miscellaneous Chores

* drop old realtime client ([#460](https://github.com/supabase/supabase-swift/issues/460)) ([82414d4](https://github.com/supabase/supabase-swift/commit/82414d4966ce4badfc06a52253289cf83cedf130))


### Code Refactoring

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

## [2.19.0](https://github.com/supabase/supabase-swift/compare/v2.18.0...v2.19.0) (2024-09-24)


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

0 comments on commit e74357c

Please sign in to comment.