This commit is contained in:
etienne-hd
2025-06-21 13:51:12 +02:00
parent 0320e2575c
commit 241645baae
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.3
### Fixed
* Incorrect raw data extraction for location and owner in `Search.build` function
## 1.0.2
### Added
* Support for full Leboncoin URL in `client.search(url=...)`

View File

@@ -1,6 +1,6 @@
[project]
name = "lbc"
version = "1.0.2"
version = "1.0.3"
description = "Unofficial client for Leboncoin API"
readme = "README.md"
license = {text = "MIT"}