Skip to content

Commit b7c5cac

Browse files
author
github-actions
committed
chore: release v0.8.0
Automatically generated by python-semantic-release [skip ci]
1 parent 1c34bf3 commit b7c5cac

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "linkup-sdk"
77
readme = "README.md"
88
requires-python = ">=3.9"
9-
version = "0.7.0"
9+
version = "0.8.0"
1010

1111
classifiers = [
1212
"Intended Audience :: Developers",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)