Skip to content

Commit 1278df8

Browse files
committed
Cancel in progress flows & update changelog
1 parent d341422 commit 1278df8

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/detekt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- '*'
1010

11+
concurrency:
12+
group: environment-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
analyze:
1317
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- 'master'
1010

11+
concurrency:
12+
group: environment-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
test:
1317
strategy:

CHANGELOG.md

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

3+
### 3.2.6 - October 29, 2025
4+
5+
- Update Kotlin to version `2.2.21`
6+
7+
### Postgrest
8+
9+
- Do not escape numbers in Postgrest & escape `filterNot` by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/1084
10+
311
### 3.2.5 - October 15, 2025
412

513
### Auth

0 commit comments

Comments
 (0)