Update: CHANGELOG and pyproject.toml (v1.1.1)

This commit is contained in:
etienne-hd
2025-12-28 15:57:51 +01:00
parent e8cb0a9f5d
commit c891e593c5
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 1.1.1
### Added
* Optional `scheme` attribute on the Proxy dataclass, allowing custom proxy URL schemes (#7)
## 1.1.0
### Changed
* Project structure reorganized: features such as **search**, **user**, and **ad** are now separated using mixins.
@@ -65,4 +69,4 @@
* Realistic `Sec-Fetch-*` headers to prevent 403 errors
## 1.0.0
* Initial release
* Initial release

View File

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