Bump: lbc 1.1.2

This commit is contained in:
etienne-hd
2026-01-05 18:29:59 +01:00
parent 6669950f82
commit a44472e757
2 changed files with 9 additions and 1 deletions

View File

@@ -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)