Skip to content

Commit 0731a69

Browse files
committed
chore: prepare post-release v0.1.0.post1
- Fix README.md logo display for PyPI compatibility - Add project badges for better presentation - Update CHANGELOG.md with post-release section
1 parent 86b2018 commit 0731a69

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
---

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 = "0.1.0"
7+
version = "0.1.0.post1"
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"},

0 commit comments

Comments
 (0)