mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-10 09:35:36 +02:00
Update: CHANGELOG and pyproject.toml (v1.1.1)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user