Skip to content

Commit 6f3fbd6

Browse files
chore(main): release 2.25.0 (#672)
1 parent 3dc9b82 commit 6f3fbd6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.24.7"
2+
".": "2.25.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.25.0](https://github.com/supabase/supabase-swift/compare/v2.24.7...v2.25.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* **realtime:** add predefined filters instead of regular `String` ([#669](https://github.com/supabase/supabase-swift/issues/669)) ([3dc9b82](https://github.com/supabase/supabase-swift/commit/3dc9b82e90a5158664d163caeb397e220f58d8dd))
9+
310
## [2.24.7](https://github.com/supabase/supabase-swift/compare/v2.24.6...v2.24.7) (2025-02-18)
411

512

Sources/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import XCTestDynamicOverlay
22

3-
private let _version = "2.24.7" // {x-release-please-version}
3+
private let _version = "2.25.0" // {x-release-please-version}
44

55
#if DEBUG
66
package let version = isTesting ? "0.0.0" : _version

0 commit comments

Comments
 (0)