File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
5
+ ## v0.2.10 (2025-09-16)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Small docstring wording
10
+ ([ ` 6330633 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/63306336551a5f381f0c2a6fa726f87046eafe1a ) )
11
+
12
+ - Types and documentation improvements
13
+ ([ ` ecdb6a9 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/ecdb6a9639c8be58fea454c42dab9312dc015fe5 ) )
14
+
15
+ ### Chores
16
+
17
+ - Format and lint
18
+ ([ ` a4d10d7 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/a4d10d739f24d12190b7e5ba6954aaa252507a5d ) )
19
+
20
+ - Standardize tools and configs
21
+ ([ ` 8c9224d ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/8c9224da3409884126f6d44135f8b4976f4b741e ) )
22
+
23
+ - Update PR template
24
+ ([ ` 8567d24 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/8567d247dbb9a5987bfc036fe8358b76d3dfa22f ) )
25
+
26
+ - Use lowest supported Python version
27
+ ([ ` fe3a7fe ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/fe3a7fed6c5c6f5fd1bc164774ff4dc65f5f5b5e ) )
28
+
29
+ - Use rich.print in examples
30
+ ([ ` 94d5d42 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/94d5d4211f852214a7c3f67d69875f9cb057ff26 ) )
31
+
32
+
5
33
## v0.2.9 (2025-09-15)
6
34
7
35
### Bug Fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
6
6
name = " linkup-sdk"
7
7
readme = " README.md"
8
8
requires-python = " >=3.9"
9
- version = " 0.2.9 "
9
+ version = " 0.2.10 "
10
10
11
11
classifiers = [
12
12
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments