Release version 2.1.1

This commit is contained in:
2026-09-10 16:07:26 +02:00
parent e00ff9437c
commit d7149b83e9
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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"