File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- Support for fetching user's own items
1313- Enhanced error handling for network timeouts
1414
15- ## [ 0.1.0] - 2025-01-30
15+ ## [ 0.1.0.post1] - 2025-08-07
16+
17+ ### Fixed
18+ - Logo display compatibility for PyPI
19+ - Added project badges to README.md for better presentation
20+ - Corrected CHANGELOG formatting and metadata
21+
22+ ## [ 0.1.0] - 2025-08-07
1623
1724### Added
1825- Asynchronous HTTP client for Vinted API with cookie management
@@ -29,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2936- 80%+ test coverage
3037
3138[ Unreleased ] : https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...HEAD
39+ [ 0.1.0.post1 ] : https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...v0.1.0.post1
3240[ 0.1.0 ] : https://github.com/vlymar-dev/vinted-api-kit/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11<div align =" center " >
22
3- ![ Vinted Api Kit] ( . /assets/logo.png)
3+ ![ Vinted Api Kit logo ] ( https://raw.githubusercontent.com/vlymar-dev/vinted-api-kit/main /assets/logo.png)
44
55*** Lightweight asynchronous Python client library for accessing Vinted API and scraping item data.***
66
7- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
8-
7+ [ ![ Package Version] ( https://img.shields.io/pypi/v/vinted-api-kit.svg )] ( https://pypi.org/project/vinted-api-kit/ )
8+ [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/vinted-api-kit.svg )] ( https://pypi.org/project/vinted-api-kit/ )
9+ [ ![ codecov] ( https://codecov.io/github/vlymar1/vinted-api-kit/graph/badge.svg?token=SLCFGVYDOM )] ( https://codecov.io/github/vlymar1/vinted-api-kit )
10+ [ ![ License] ( https://img.shields.io/pypi/l/vinted-api-kit.svg )] ( https://github.com/vlymar1/vinted-api-kit/blob/main/LICENSE )
911</div >
1012
1113---
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 = " 0.1.0"
7+ version = " 0.1.0.post1 "
88description = " Lightweight asynchronous Python client library for accessing Vinted API and scraping item data."
99authors = [
1010 {name = " Lymar Volodymyr" ,email = " volodymyr.lymar1@gmail.com" },
You can’t perform that action at this time.
0 commit comments