File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " vinted-api-kit"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " Lightweight asynchronous Python client library for accessing Vinted API and scraping item data."
99authors = [
1010 {name = " Lymar Volodymyr" ,email = " volodymyr.lymar1@gmail.com" },
Original file line number Diff line number Diff line change 1111)
1212from vinted .models .item import CatalogItem , DetailedItem
1313
14- __version__ = "1.0.0 "
14+ __version__ = "1.0.1 "
1515
1616__all__ = [
1717 "VintedClient" ,
You can’t perform that action at this time.
0 commit comments