File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.33.0] ( https://github.com/supabase/supabase-swift/compare/v2.32.0...v2.33.0 ) (2025-09-22)
2
+
3
+ ### Features
4
+
5
+ * ** postgrest:** implement maxAffected method for row limit enforcement ([ #795 ] ( https://github.com/supabase/supabase-swift/issues/795 ) ) ([ 78fbd8a] ( https://github.com/supabase/supabase-swift/commit/78fbd8a0ad39e6beef1ee2a167aff799350d7275 ) )
6
+
1
7
## [ 2.32.0] ( https://github.com/supabase/supabase-swift/compare/v2.31.2...v2.32.0 ) (2025-09-15)
2
8
3
9
### Features
Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
import XCTestDynamicOverlay
3
3
4
- private let _version = " 2.32 .0 "
4
+ private let _version = " 2.33 .0 "
5
5
6
6
#if DEBUG
7
7
package let version = isTesting ? " 0.0.0 " : _version
You can’t perform that action at this time.
0 commit comments