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 1
1
{
2
- "." : " 2.25 .0"
2
+ "." : " 2.26 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 2.25.0] ( https://github.com/supabase/supabase-swift/compare/v2.24.7...v2.25.0 ) (2025-02-20)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
import XCTestDynamicOverlay
2
2
3
- private let _version = " 2.25 .0 " // {x-release-please-version}
3
+ private let _version = " 2.26 .0 " // {x-release-please-version}
4
4
5
5
#if DEBUG
6
6
package let version = isTesting ? " 0.0.0 " : _version
You can’t perform that action at this time.
0 commit comments