diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c079e0..2d6139a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index af58351..28cfe54 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@
-![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)
--- diff --git a/pyproject.toml b/pyproject.toml index e60bbeb..2236cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},