Release version 2.1.2

This commit is contained in:
2026-09-10 18:06:21 +02:00
parent c6667f3b05
commit f76794df78
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [2.1.2] - 2026-09-10
* CI: lint tests install the project first, so the image publishes again
* Tooling: make test runs every local suite in .venv and keeps going
* Image: multi-stage build ships only runtime assets, no node or dev packages
* Security: CodeQL findings fixed; iframe links only open configured origins
* i18n: interface strings translated for all 184 languages, test-enforced
## [2.1.1] - 2026-09-10
* Accessibility: header icons are *aria-hidden*, links read by label alone

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "portfolio-ui"
version = "2.1.1"
version = "2.1.2"
description = "A lightweight YAML-driven portfolio and landing-page generator."
readme = "README.md"
requires-python = ">=3.12"