Skip to content

Commit 43dc04f

Browse files
chore(release): 2.31.0-rc.1 [skip ci]
# [2.31.0-rc.1](v2.30.1...v2.31.0-rc.1) (2025-07-17) ### Features * migrate from release-please to semantic-release ([95316b8](95316b8))
1 parent 3d25314 commit 43dc04f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.31.0-rc.1](https://github.com/supabase/supabase-swift/compare/v2.30.1...v2.31.0-rc.1) (2025-07-17)
2+
3+
4+
### Features
5+
6+
* migrate from release-please to semantic-release ([95316b8](https://github.com/supabase/supabase-swift/commit/95316b8a3b28266712f24367ebf66e3721464ad0))
7+
18
# Changelog
29

310
## [2.30.1](https://github.com/supabase/supabase-swift/compare/v2.30.0...v2.30.1) (2025-07-10)

Sources/Helpers/Version.swift

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

4-
private let _version = "2.30.1"
4+
private let _version = "2.31.0-rc.1"
55

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

0 commit comments

Comments
 (0)