File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.8.0 (2025-10-31)
6+
7+ ### Chores
8+
9+ - Enforce new ruff lint rules
10+ ([ ` e851c63 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/e851c63bd3df1920e55b42c0152059e54c40a266 ) )
11+
12+ - Make internal modules private
13+ ([ ` b0fdff5 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/b0fdff59c5547b892b17cb0a49f4ae1a4d9f73ce ) )
14+
15+ - Use simple _ for private variables
16+ ([ ` cdcba7f ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/cdcba7f69f29b85f2d6ca7b1478754c714328563 ) )
17+
18+ ### Documentation
19+
20+ - Add pycodestyle checks
21+ ([ ` 562883b ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/562883bf4ca1ba3f0029154497138d5de90192dc ) )
22+
23+ - Improve README examples readability
24+ ([ ` d00e631 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/d00e6311bcb583a5410e0157f665fe8be5be7bca ) )
25+
26+ - Mention async functions in README
27+ ([ ` f7fff79 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/f7fff790c78b6cffa73c25755d51745e699653d1 ) )
28+
29+ ### Features
30+
31+ - Accept API key as pydantic.SecretStr
32+ ([ ` 1c34bf3 ` ] ( https://github.com/LinkupPlatform/linkup-python-sdk/commit/1c34bf34776e59117cf4b849c1c8445d988f7c96 ) )
33+
34+
535## v0.7.0 (2025-10-28)
636
737### Features
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
66name = " linkup-sdk"
77readme = " README.md"
88requires-python = " >=3.9"
9- version = " 0.7 .0"
9+ version = " 0.8 .0"
1010
1111classifiers = [
1212 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments