File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed
Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.24.1 "
2+ "." : " 1.25.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.25.0 (2026-03-26)
4+
5+ Full Changelog: [ v1.24.1...v1.25.0] ( https://github.com/knocklabs/knock-python/compare/v1.24.1...v1.25.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 5d9ba46] ( https://github.com/knocklabs/knock-python/commit/5d9ba46e6ab6200bba7d6a7fed0f87582b2ad34e ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** deps:** bump minimum typing-extensions version ([ 3faab94] ( https://github.com/knocklabs/knock-python/commit/3faab948d5ae4297d7c35150545d843e0c34f427 ) )
15+ * sanitize endpoint path params ([ 5615d9e] ( https://github.com/knocklabs/knock-python/commit/5615d9e295147ff3a2321ca06222d2f04c875e30 ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** skip lint on metadata-only changes ([ 64c3c93] ( https://github.com/knocklabs/knock-python/commit/64c3c93d337ee63ea4b81c23bbefd9d7c12a7e7b ) )
21+ * ** internal:** tweak CI branches ([ 4c01647] ( https://github.com/knocklabs/knock-python/commit/4c016474b315185a18ec577ea79e0b3115607dd3 ) )
22+ * ** internal:** update gitignore ([ e5e89f5] ( https://github.com/knocklabs/knock-python/commit/e5e89f5f97e9170e602a836907a68987756b82f8 ) )
23+ * ** tests:** bump steady to v0.19.4 ([ 1b211c0] ( https://github.com/knocklabs/knock-python/commit/1b211c0a547eff991969ddfb57418b9797cb5f10 ) )
24+ * ** tests:** bump steady to v0.19.5 ([ a0638b5] ( https://github.com/knocklabs/knock-python/commit/a0638b570e32ab0db5028d1e5ab4f24da80bee7b ) )
25+ * ** tests:** bump steady to v0.19.6 ([ f09d000] ( https://github.com/knocklabs/knock-python/commit/f09d000d0185189f1134f655cf96f522c59dfd24 ) )
26+ * ** tests:** bump steady to v0.19.7 ([ 973f8be] ( https://github.com/knocklabs/knock-python/commit/973f8bec907c1b613f410dd36711d171d43e97ef ) )
27+
28+
29+ ### Refactors
30+
31+ * ** tests:** switch from prism to steady ([ 29d5c77] ( https://github.com/knocklabs/knock-python/commit/29d5c776dae1ed8712a0d5514f48ee0fe6afda14 ) )
32+
333## 1.24.1 (2026-03-16)
434
535Full Changelog: [ v1.24.0...v1.24.1] ( https://github.com/knocklabs/knock-python/compare/v1.24.0...v1.24.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " knockapi"
3- version = " 1.24.1 "
3+ version = " 1.25.0 "
44description = " The official Python library for the knock API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "knockapi"
4- __version__ = "1.24.1 " # x-release-please-version
4+ __version__ = "1.25.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments