diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0145f..703a1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.1.1] - 2026-09-10 + +* Accessibility: header icons are *aria-hidden*, links read by label alone +* Test coverage: unit test requires *aria-hidden* on every header icon + ## [2.1.0] - 2026-08-22 * Multilingual site: every ISO 639-1 language has its own URL, */* follows the visitor's browser language, and a switcher in the navbar lists all 184 in their own script diff --git a/pyproject.toml b/pyproject.toml index d91bd1e..3ed254f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "portfolio-ui" -version = "2.1.0" +version = "2.1.1" description = "A lightweight YAML-driven portfolio and landing-page generator." readme = "README.md" requires-python = ">=3.12"