Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
377 changes: 0 additions & 377 deletions CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -85,3 +85,6 @@ build_command = """
uv build
"""
version_toml = ["pyproject.toml:project.version"]

[tool.semantic_release.commit_parser_options]
parse_squash_commits = false