Skip to content

Commit 4c4f2a0

Browse files
chore(main): release 2.26.1 (#698)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3caa69f commit 4c4f2a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.26.0"
2+
".": "2.26.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.26.1](https://github.com/supabase/supabase-swift/compare/v2.26.0...v2.26.1) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid sharing schemes with library users ([#696](https://github.com/supabase/supabase-swift/issues/696)) ([3caa69f](https://github.com/supabase/supabase-swift/commit/3caa69fa8fb71eb8c4d89dac8ba498a9782b26fc))
9+
310
## [2.26.0](https://github.com/supabase/supabase-swift/compare/v2.25.0...v2.26.0) (2025-03-06)
411

512

Sources/Helpers/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import XCTestDynamicOverlay
22

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

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

0 commit comments

Comments
 (0)