Skip to content

Commit 553a762

Browse files
committed
chore(release): bump version to 1.0.1
1 parent 20c4197 commit 553a762

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed
1414

1515

16+
### Fixed
17+
18+
19+
## [1.0.1] - 2026-06-06
20+
1621
### Fixed
1722

1823
- Locale detection now correctly handles multi-part Vinted domains such as `vinted.co.uk` and sets the expected `Accept-Language` header
@@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6671
- CI/CD pipeline with GitHub Actions
6772
- 80%+ test coverage
6873

69-
[Unreleased]: https://github.com/vlymar1/vinted-api-kit/compare/v1.0.0...HEAD
74+
[Unreleased]: https://github.com/vlymar1/vinted-api-kit/compare/v1.0.1...HEAD
75+
[1.0.1]: https://github.com/vlymar1/vinted-api-kit/compare/v1.0.0...v1.0.1
7076
[1.0.0]: https://github.com/vlymar1/vinted-api-kit/compare/v0.1.0...v1.0.0
7177
[0.1.0.post1]: https://github.com/vlymar1/vinted-api-kit/compare/v0.1.0...v0.1.0.post1
7278
[0.1.0]: https://github.com/vlymar1/vinted-api-kit/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vinted-api-kit"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Lightweight asynchronous Python client library for accessing Vinted API and scraping item data."
99
authors = [
1010
{name = "Lymar Volodymyr",email = "volodymyr.lymar1@gmail.com"},

vinted/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212
from vinted.models.item import CatalogItem, DetailedItem
1313

14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"
1515

1616
__all__ = [
1717
"VintedClient",

0 commit comments

Comments
 (0)