From 1480460f6e015d64a14f793449d031f750a34d19 Mon Sep 17 00:00:00 2001 From: Eric Biggs Date: Sat, 26 Oct 2024 10:05:57 -0400 Subject: [PATCH] Version bump - Breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00bbb40..7943f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "supabase-auth" authors = ["Eric Biggs"] description = "Supabase Auth implementation following the official client libraries." readme = "README.md" -version = "0.9.2" +version = "0.10.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["supabase", "supabase-auth", "authentication", "auth"]