Skip to content

Commit efd5e3e

Browse files
authored
Add WIP warning to README
1 parent 71fd6bc commit efd5e3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Supabase client for swift. Mirrors the design of [supabase-js](https://github.co
66

77
* Documentation: [https://supabase.com/docs/reference/swift/introduction](https://supabase.com/docs/reference/swift/introduction)
88

9+
> [!WARNING]
10+
> This library is a work in progress, you can choose to use the last available version 0.3.0, or use the `main` branch that contains the next 1.0 release.
11+
> 1.0 will have several breacking changes, so I don't recommend you start a project using 0.3, just use the `main` branch from now, as the API is pretty much stable at this stage.
912
1013
## Usage
1114

@@ -16,7 +19,7 @@ let package = Package(
1619
...
1720
dependencies: [
1821
...
19-
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", from: "1.0.0"), // Add the package
22+
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", branch: "main"), // Add the package
2023
],
2124
targets: [
2225
.target(

0 commit comments

Comments
 (0)