From a44472e757ea408e84bc65d83d3c79ffc753e50f Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Mon, 5 Jan 2026 18:29:59 +0100 Subject: [PATCH] Bump: lbc 1.1.2 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1138e0c..6a4781a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.1.2 +### Changed +* Proxy handling, you can now remove proxy using `client.proxy = None` +* `client._session` is now public -> `client.session` + +### Added +* Proxy example at [examples/proxy.py](examples/proxy.py) + ## 1.1.1 ### Added * Optional `scheme` attribute on the Proxy dataclass, allowing custom proxy URL schemes (#7) diff --git a/pyproject.toml b/pyproject.toml index fda4d11..e38222b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.1.1" +version = "1.1.2" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}