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 @@ -12,7 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for fetching user's own items
- Enhanced error handling for network timeouts

## [0.1.0] - 2025-01-30
## [0.1.0.post1] - 2025-08-07

### Fixed
- Logo display compatibility for PyPI
- Added project badges to README.md for better presentation
- Corrected CHANGELOG formatting and metadata

## [0.1.0] - 2025-08-07

### Added
- Asynchronous HTTP client for Vinted API with cookie management
Expand All @@ -29,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 80%+ test coverage

[Unreleased]: https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...HEAD
[0.1.0.post1]: https://github.com/vlymar-dev/vinted-api-kit/compare/v0.1.0...v0.1.0.post1
[0.1.0]: https://github.com/vlymar-dev/vinted-api-kit/releases/tag/v0.1.0
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div align="center">

![Vinted Api Kit](./assets/logo.png)
![Vinted Api Kit logo](https://raw.githubusercontent.com/vlymar-dev/vinted-api-kit/main/assets/logo.png)

***Lightweight asynchronous Python client library for accessing Vinted API and scraping item data.***

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[![Package Version](https://img.shields.io/pypi/v/vinted-api-kit.svg)](https://pypi.org/project/vinted-api-kit/)
[![Python Version](https://img.shields.io/pypi/pyversions/vinted-api-kit.svg)](https://pypi.org/project/vinted-api-kit/)
[![codecov](https://codecov.io/github/vlymar1/vinted-api-kit/graph/badge.svg?token=SLCFGVYDOM)](https://codecov.io/github/vlymar1/vinted-api-kit)
[![License](https://img.shields.io/pypi/l/vinted-api-kit.svg)](https://github.com/vlymar1/vinted-api-kit/blob/main/LICENSE)
</div>

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "vinted-api-kit"
version = "0.1.0"
version = "0.1.0.post1"
description = "Lightweight asynchronous Python client library for accessing Vinted API and scraping item data."
authors = [
{name = "Lymar Volodymyr",email = "volodymyr.lymar1@gmail.com"},
Expand Down