File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.25 .0"
2+ "." : " 2.26 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.26.0] ( https://github.com/supabase/supabase-swift/compare/v2.25.0...v2.26.0 ) (2025-03-06)
4+
5+
6+ ### Features
7+
8+ * add Android support ([ #673 ] ( https://github.com/supabase/supabase-swift/issues/673 ) ) ([ 6ec2cdd] ( https://github.com/supabase/supabase-swift/commit/6ec2cdd994f80cc754f310b4aaf307671454f992 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** auth:** add missing ` @MainActor ` ([ #684 ] ( https://github.com/supabase/supabase-swift/issues/684 ) ) ([ 16ffdd4] ( https://github.com/supabase/supabase-swift/commit/16ffdd4a2f996626be8cb595ab6f31d94e8eeb4b ) )
14+
315## [ 2.25.0] ( https://github.com/supabase/supabase-swift/compare/v2.24.7...v2.25.0 ) (2025-02-20)
416
517
Original file line number Diff line number Diff line change 11import XCTestDynamicOverlay
22
3- private let _version = " 2.25 .0 " // {x-release-please-version}
3+ private let _version = " 2.26 .0 " // {x-release-please-version}
44
55#if DEBUG
66 package let version = isTesting ? " 0.0.0 " : _version
You can’t perform that action at this time.
0 commit comments