From 788786bb755a77b4c39a79ab9f6c1b6f6f1556c1 Mon Sep 17 00:00:00 2001 From: l0westbob Date: Thu, 28 May 2026 22:46:55 +0200 Subject: [PATCH] chore: Prepare v2.1.1 release --- README.md | 10 ++++++---- mloader/__version__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 69e90e3..697241e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mangaplus Downloader -![Version](https://img.shields.io/badge/version-v2.1.0-brightgreen.svg) +![Version](https://img.shields.io/badge/version-v2.1.1-brightgreen.svg) ![Python](https://img.shields.io/badge/python-v3.14+-blue.svg) ![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg) @@ -354,11 +354,13 @@ mloader --verify-capture-schema ./capture --verify-capture-baseline ./tests/fixt `docker/Dockerfile` installs `mloader` from the local repository files. -Release images are published to GitHub Container Registry: +Release images are published to GitHub Container Registry at +[`ghcr.io/l0westbob/mloader`](https://github.com/l0westbob/mloader/pkgs/container/mloader). +The `latest` tag points at the newest image published from `main`. ```bash docker pull ghcr.io/l0westbob/mloader:latest -docker pull ghcr.io/l0westbob/mloader:2.1.0 +docker pull ghcr.io/l0westbob/mloader:2.1.1 ``` The image workflow publishes on `main`, `v*` tags, and manual dispatch. If GHCR creates @@ -367,7 +369,7 @@ the package as private after the first push, make it public once in the package To use the published image in Compose, replace the local `build:` block with: ```yaml -image: ghcr.io/l0westbob/mloader:2.1.0 +image: ghcr.io/l0westbob/mloader:2.1.1 ``` The default `compose.yaml` now runs a long-lived cron daemon inside the container and executes `mloader` weekly. diff --git a/mloader/__version__.py b/mloader/__version__.py index a955d2a..6441cd1 100644 --- a/mloader/__version__.py +++ b/mloader/__version__.py @@ -12,5 +12,5 @@ __title__ = "mloader" __description__ = "Command-line tool to download manga from mangaplus" __url__ = "https://github.com/hurlenko/mloader" -__version__ = "2.1.0" +__version__ = "2.1.1" __license__ = "GPLv3" diff --git a/pyproject.toml b/pyproject.toml index 34185ff..7cf05b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mloader-ng" -version = "2.1.0" +version = "2.1.1" description = "Command-line tool to download manga from mangaplus" readme = "README.md" requires-python = ">=3.14" diff --git a/uv.lock b/uv.lock index 784de4b..aa43937 100644 --- a/uv.lock +++ b/uv.lock @@ -235,7 +235,7 @@ wheels = [ [[package]] name = "mloader-ng" -version = "2.1.0" +version = "2.1.1" source = { editable = "." } dependencies = [ { name = "click" },