Skip to content

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 07 Apr 19:11
· 39 commits to main since this release

v1.1.7 (2025-04-07)

Chore

  • chore(pre-commit.ci): pre-commit autoupdate (#94)

updates:

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (646106f)

  • chore(pre-commit.ci): pre-commit autoupdate (#91)

updates:

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (d2748c8)

  • chore(pre-commit.ci): pre-commit autoupdate (#90)

updates:

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (7ef403b)

  • chore(pre-commit.ci): pre-commit autoupdate (#89) (5062d78)

  • chore(pre-commit.ci): pre-commit autoupdate (#88) (584a323)

  • chore(pre-commit.ci): pre-commit autoupdate (#87)

updates:

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (e884add)

  • chore(deps-ci): bump python-semantic-release/python-semantic-release from 9.17.0 to 9.21.0 in the github-actions group (#86) (3a40a13)

  • chore(pre-commit.ci): pre-commit autoupdate (#85)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (7f5c813)

  • chore(pre-commit.ci): pre-commit autoupdate (#84)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (fd81c8a)

Fix

  • fix: force release (509ddf8)

  • fix: Add local_name is not None check (#93)

fix: add local_name is not None check

AdvertisementData.local_name is an Optional[str] field, so make sure to check presence before computing on the value.

See #92. (b21fe26)