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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2026-06-13

### Fixed

- Updated PyPI homepage metadata to point to the community SDK repository instead
of the Visor website.

## [0.1.0] - 2026-06-13

### Added
Expand All @@ -25,5 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Publish-grade `pyproject.toml` metadata: authors, classifiers, keywords, license files, URLs
- CI matrix across Python 3.10–3.13 with separate lint, test, and build jobs

[Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/whitewalls86/visor-python/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "visor-python"
version = "0.1.0"
version = "0.1.1"
description = "Python SDK for the Visor Public API"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -44,7 +44,7 @@ dev = [
]

[project.urls]
Homepage = "https://visor.vin"
Homepage = "https://github.com/whitewalls86/visor-python"
Repository = "https://github.com/whitewalls86/visor-python"
Issues = "https://github.com/whitewalls86/visor-python/issues"
Changelog = "https://github.com/whitewalls86/visor-python/blob/master/CHANGELOG.md"
Expand Down