Skip to content

Commit e949f57

Browse files
committed
Bump version to 0.0.6
1 parent fff02aa commit e949f57

6 files changed

+6
-6
lines changed

Sources/PostgREST/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "0.0.5"
1+
let version = "0.0.6"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
curl \
22
--request POST \
33
--header "Content-Type: application/json" \
4-
--header "X-Client-Info: postgrest-swift/0.0.5" \
4+
--header "X-Client-Info: postgrest-swift/0.0.6" \
55
"https://example.supabase.co/rpc/test_fcn"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl \
22
--request POST \
33
--header "Content-Type: application/json" \
4-
--header "X-Client-Info: postgrest-swift/0.0.5" \
4+
--header "X-Client-Info: postgrest-swift/0.0.6" \
55
--data "{\"KEY\":\"VALUE\"}" \
66
"https://example.supabase.co/rpc/test_fcn"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl \
22
--request POST \
33
--header "Content-Type: application/json" \
4-
--header "X-Client-Info: postgrest-swift/0.0.5" \
4+
--header "X-Client-Info: postgrest-swift/0.0.6" \
55
--data "{\"email\":\"[email protected]\"}" \
66
"https://example.supabase.co/users"
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
curl \
22
--header "Content-Type: application/json" \
3-
--header "X-Client-Info: postgrest-swift/0.0.5" \
3+
--header "X-Client-Info: postgrest-swift/0.0.6" \
44
"https://example.supabase.co/users?select=*&email=like.%[email protected]"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
curl \
22
--header "Content-Type: application/json" \
33
--header "Prefer: count=exact" \
4-
--header "X-Client-Info: postgrest-swift/0.0.5" \
4+
--header "X-Client-Info: postgrest-swift/0.0.6" \
55
"https://example.supabase.co/todos?select=*&column=eq.Some%20value&column=neq.Some%20value&column=gt.Some%20value&column=gte.Some%20value&column=lt.Some%20value&column=lte.Some%20value&column=like.Some%20value&column=ilike.Some%20value&column=is.Some%20value&column=in.Some%20value&column=cs.Some%20value&column=cd.Some%20value&column=sl.Some%20value&column=sr.Some%20value&column=nxl.Some%20value&column=nxr.Some%20value&column=adj.Some%20value&column=ov.Some%20value&column=fts.Some%20value&column=plfts.Some%20value&column=phfts.Some%20value&column=wfts.Some%20value"

0 commit comments

Comments
 (0)