From ed335a5bf648329eb385a9d02242e54997fca385 Mon Sep 17 00:00:00 2001 From: cjumel Date: Mon, 15 Sep 2025 18:02:10 +0200 Subject: [PATCH 1/2] chore: don't parse squash commits in semantic release --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9aeb393..45c6fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,3 +85,6 @@ build_command = """ uv build """ version_toml = ["pyproject.toml:project.version"] + +[tool.semantic_release.commit_parser_options] +parse_squash_commits = false From aca8c36d444a1b905fd2a15d0b3924b92d0404cb Mon Sep 17 00:00:00 2001 From: cjumel Date: Mon, 15 Sep 2025 18:06:47 +0200 Subject: [PATCH 2/2] chore: revert version to pre-semantic-release --- CHANGELOG.md | 377 ------------------------------------------------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 378 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ecb91c9..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,377 +0,0 @@ -# CHANGELOG - - - -## v0.3.1 (2025-09-15) - -### Bug Fixes - -- Outdated package version - ([`20ae5d0`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/20ae5d0201614c908d6e2f152637b3760059ea8c)) - -### Chores - -- Update pyproject.toml config - ([`c573df7`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/c573df7f600c5f8d28346ded7043047fc65d656c)) - -### Continuous Integration - -- Automatically bump pyproject.toml version - ([`ee13a6a`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/ee13a6a36f5fbbb508d1a880ed2c377b8ad38a81)) - -- Expose outputs in release job - ([`0af76cb`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/0af76cb83614e88f796ca45ca614ba1d111e3c0e)) - -- Skip remaining release jobs if no release is made - ([`16df390`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/16df390ed42e39e5ba8b4c96bda376baa6cf5fad)) - - -## v0.3.0 (2025-09-15) - -### Bug Fixes - -- Add missing import and rename ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add missing import and rename ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Fetch all commit history for semantic-release - ([`d811306`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/d81130693ae04d6b2c13908811adeb0783a8ae65)) - -- Install uv in python-semantic-release action - ([`b7af0eb`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/b7af0eb341ab091408d5b8aace0f630a80683006)) - -- Keep version in 0.x.x - ([`0bbcfbd`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/0bbcfbdce4e9f4833812a8d39c77f7b23d05ac51)) - -- Semantic release adapt with uv - ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Test local release ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Update and simplify github actions - ([`8e48be3`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/8e48be3b29d47fe9363f5e03f83ffc99671af8a7)) - -- Use semantic release GH actions - ([`069f7e0`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/069f7e039ba3e4723111ba88aae9ecaa3e4eaa75)) - -### Chores - -- Add build system in pyproject ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add build system in pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add more info into pyproject ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add more info into pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add package find in pyproject ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add package find in pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add semantic release ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add spaces ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add uv for python sdk ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Add uv for python sdk ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Erase step set up python ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Erase step set up python ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Erase useless depenency in the uv lock - ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Order for yml test install uv ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Order for yml test install uv ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Stay on version 0.x ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Syntax yml ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Syntax yml ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Use hatchling instead of setuptools in pyproject - ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - -- Use hatchling instead of setuptools in pyproject - ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -### Continuous Integration - -- Change secret variable name - ([`7e750d1`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/7e750d11a6d34d4971ba16190b5cef02fadd498c)) - -### Features - -- Add uv with semantic release ([#34](https://github.com/LinkupPlatform/linkup-python-sdk/pull/34), - [`a666011`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/a6660113c41e72af918c134e2f2ba304c874a169)) - - -## v0.2.9 (2025-07-25) - -### Bug Fixes - -- Add missing import and rename ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add missing import and rename - ([`912caa9`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/912caa9b57c244f3e94f688b3e143f63395ebec0)) - -- Test - ([`8d2d6ec`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/8d2d6eceb95e30e8c35fb7413ae9507024e4f600)) - -- Test local release - ([`221784a`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/221784afd93c6b417b7f4a81a24064f11faf5a18)) - -### Chores - -- Add build system in pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add build system in pyproject - ([`5e5952c`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/5e5952c3f46b93bb283dfdf65adf85483477bbdd)) - -- Add more info into pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add more info into pyproject - ([`4683545`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/468354552516044871d309e6506aef459c705613)) - -- Add more info into pyproject - ([`f345291`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/f3452914ffb1978a2fcd1c1e70fbb9e90985b2ac)) - -- Add package find in pyproject ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add package find in pyproject - ([`3c213b2`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/3c213b2bf5a72b4fc9c65a610d4800cc697e747c)) - -- Add semantic release - ([`299401b`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/299401b735e510a1b3cec002cce2bc5b655df074)) - -- Add spaces - ([`e34029f`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/e34029f89289c2494932c092d55da5579dcc5712)) - -- Add uv for python sdk ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Add uv for python sdk - ([`9cef706`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/9cef7062b0c2581a7e5ca55544663ac24e221834)) - -- Erase step set up python ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Erase step set up python - ([`fd8f665`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/fd8f6656aabdb8cc808d4c57d245063363a47e58)) - -- Erase useless depenency in the uv lock - ([`86c7dd7`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/86c7dd7e83b656fc14ec34b7bafc131fca08ea4c)) - -- Order for yml test install uv ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Order for yml test install uv - ([`d792cfc`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/d792cfcb059760c5834cb374abeae4fa0c0a3e1c)) - -- Syntax yml ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Syntax yml - ([`e25a01c`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/e25a01c6a16d7247605721ad9e5afd979d383819)) - -- Use hatchling instead of setuptools in pyproject - ([#33](https://github.com/LinkupPlatform/linkup-python-sdk/pull/33), - [`2fb5984`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2fb5984af59244f314840e4a5f0888c1921cea2c)) - -- Use hatchling instead of setuptools in pyproject - ([`ac53d42`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/ac53d4204c459ca7150343a026a8239e528671e5)) - -### Features - -- Add uv with semantic release - ([`637f6ff`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/637f6ff6b5710b5bfc1385c4575f1f805b7a6b71)) - - -## v0.2.8 (2025-07-01) - -### Bug Fixes - -- Send search params as json instead of form-encoded - ([#32](https://github.com/LinkupPlatform/linkup-python-sdk/pull/32), - [`c1d1f9f`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/c1d1f9fb5b384c43db03f783dfc4fe146d314844)) - - -## v0.2.7 (2025-06-23) - - -## v0.2.6 (2025-05-30) - -### Documentation - -- Fix URL in README - ([`706e59b`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/706e59bb47e375bc435ed29a036b173f11a51925)) - - -## v0.2.5 (2025-05-09) - -### Bug Fixes - -- From_date/to_date in async search - ([`e35c84b`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/e35c84bc2298a1450da3580068b385670dc14ab1)) - -### Chores - -- Bump version - ([`10f3bcf`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/10f3bcff79f8a411ffa90024f192c98037d24c05)) - - -## v0.2.4 (2025-03-19) - - -## v0.2.3 (2025-02-06) - -### Features - -- Implement new api errors and use the post endpoint - ([`672bcea`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/672bceae398a8736417535be2b38c838ca7bd6bd)) - -- Upgrade version - ([`40391df`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/40391df9c4414f2264f0fc3f1d9ceb888b60141f)) - - -## v0.2.2 (2025-01-09) - -### Bug Fixes - -- Bad wording for the world Authentication - ([`8ec5f19`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/8ec5f1990b0b24dbf3bed0d2d95f44d406594bc0)) - - -## v0.2.1 (2024-12-10) - - -## v0.2.0 (2024-12-03) - -### Bug Fixes - -- Don't handle missing structured schema error - ([`2f41452`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/2f414525135b6a7a002e5913ecd8ba9ec5544540)) - -- SDK version in client - ([`687730a`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/687730ae6c849818f19221cd4df01524cbc52dd8)) - -### Chores - -- Add gitleaks in pre-commit and update hook versions - ([`916e461`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/916e4614e8bbb929b1b14505cbfacac78b7d0964)) - -- Drop support for Python 3.8 and test in Python 3.13 - ([`5343cbd`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/5343cbd15f60d5da2df2860b7049e4894cbda2b4)) - -- Read the package version from linkup/_version.py - ([`b52ac83`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/b52ac8341b14148fbead49d33671a6487abd05cd)) - -- Remove content entrypoint - ([`f52b0e6`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/f52b0e6d4167ea2cefb1edee1ef8bab068fb25ab)) - -- Update package version to 0.2.0 - ([`dcb7586`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/dcb7586a57a003fa0db1309ab212481791fc52f9)) - -### Documentation - -- Add Client docstring - ([`58abc7c`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/58abc7c8ebefbff2d123e7b966dbf23baee4f895)) - -- Add PR template - ([`9860498`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/9860498b820b67bae54fc8c1b7c05c87906c6fd0)) - -- Move example README section in usage - ([`d2f4c0f`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/d2f4c0fb13e6c02e381cf81c90d643e4430d5cae)) - - -## v0.1.8 (2024-11-21) - -### Bug Fixes - -- Remove some default values, improve docstrings and error types - ([`dbcb31a`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/dbcb31abea725763d9633f7decc4677281175621)) - -### Chores - -- Upgrade package to version 0.1.8 - ([`ae15b5f`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/ae15b5fdf66e1ff3e79fb173ac97d8629f5da207)) - -### Continuous Integration - -- Only test min/max python versions - ([`f04a578`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/f04a5789627a6f54109d8beb444efc86724c355b)) - -### Documentation - -- Update documentation - ([`b661d1a`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/b661d1a290957e10b9291e8ad75f6aa6678f15cf)) - -### Testing - -- Improve test setup - ([`d2bb998`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/d2bb9981425484cf88057a78c59256158d205c4e)) - - -## v0.1.7 (2024-11-20) - -### Bug Fixes - -- Add missing setuptools dev dependency - ([`bda6803`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/bda6803ee9c3852857d9bb9c66d3af42646b5979)) - -- Add py.typed marker - ([`42d1e7d`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/42d1e7dbce92d3fff5dc7752088c82ef82492a53)) - -### Chores - -- Remove requirements.txt - ([`ca8510e`](https://github.com/LinkupPlatform/linkup-python-sdk/commit/ca8510ec566981884468b96657d720e178a857d8)) - - -## v0.1.6 (2024-11-20) - - -## v0.1.5 (2024-11-15) - - -## v0.1.4 (2024-11-15) - - -## v0.1.3 (2024-11-15) - - -## v0.1.2 (2024-11-14) - -- Initial Release diff --git a/pyproject.toml b/pyproject.toml index 45c6fb3..e157adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linkup-sdk" -version = "0.3.1" +version = "0.2.8" description = "A Python Client SDK for the Linkup API" readme = "README.md" requires-python = ">=3.9"