fix: validate search alias checkpoints

This commit is contained in:
2026-08-21 00:18:28 +03:00
parent 9781e93eaf
commit 61681cde73
15 changed files with 62 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ from pathlib import Path
from typing import Callable
from urllib.parse import urlsplit
APP_VERSION = "0.5.3"
APP_VERSION = "0.6.0"
SCHEMA_VERSION = "1"
NORMALIZER_VERSION = "1.0.0"
LANGUAGES = ("ru", "ky")