From 18d6273c8bfe5d598cc837d495d2c3a76e302302 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Wed, 29 Apr 2026 20:09:26 +0200 Subject: [PATCH] chore(release): bump version to 1.1.2 and update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a27c8..1b59488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,50 @@ +## v1.1.2 + +### Added + +- Added `uv` project metadata and lockfile + +### Changed + +- Migrated the container build process to `uv` and removed the legacy `requirements.txt` +- Reformatted the codebase with `ruff` + ## v1.1.1 ### Added + - Automatic installation of Python libraries from `config/requirements.txt` when running the Docker container. ### Changed + - Moved `config.py` to `config/__init__.py` to allow multiple configuration files in Docker. ### Updated + - Discord example updated to reflect the new configuration structure. ## v1.1.0 ### Added + - Docker support 🎉 ### Changed + - Project source code moved to `/lbc-finder` - `id.json` and `logs` are now stored in `/data` for persistent storage (useful for Docker) ## v1.0.1 ### Added + - Retry-based error handling for ad handler calls (#3) - `contains` method in `ID` class (#3) ### Changed + - Bumped [lbc](https://github.com/etienne-hd/lbc) to v1.1.2 ## v1.0.0 + - Initial release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 569e9eb..8ce7ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc-finder" -version = "1.1.1" +version = "1.1.2" description = "Stay notified when new ads appear on Leboncoin" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index ee79bb9..50d70cc 100644 --- a/uv.lock +++ b/uv.lock @@ -140,7 +140,7 @@ wheels = [ [[package]] name = "lbc-finder" -version = "1.1.1" +version = "1.1.2" source = { virtual = "." } dependencies = [ { name = "lbc" },