From c891e593c54e77e7e723b7277df7db7bbc5df271 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Sun, 28 Dec 2025 15:57:51 +0100 Subject: [PATCH] Update: CHANGELOG and pyproject.toml (v1.1.1) --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14e9ad..1138e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +* Initial release diff --git a/pyproject.toml b/pyproject.toml index e189428..fda4d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}