From a0db7beb813332f0dcb217af4c463a7f886d6ba6 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sun, 31 May 2026 18:55:46 +0200 Subject: [PATCH] chore: bump to 0.46.0 for TOR proxy + recircuit feature CRAWLER_TOR_CONTROL_URL, _PASSWORD, _COOKIE_PATH, _RECIRCUIT_MAX_ATTEMPTS are new feature env vars; treat per CLAUDE.md as a minor bump (feat:). Co-Authored-By: Claude Opus 4.7 (1M context) --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3cc273c..ed7a599 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1470,7 +1470,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mangalord" -version = "0.45.1" +version = "0.46.0" dependencies = [ "anyhow", "argon2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e62860b..5b13f53 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangalord" -version = "0.45.1" +version = "0.46.0" edition = "2021" default-run = "mangalord" diff --git a/frontend/package.json b/frontend/package.json index f110d5c..5493c34 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mangalord-frontend", - "version": "0.45.1", + "version": "0.46.0", "private": true, "type": "module", "scripts": {