diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ce62c..b8f5c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.2.1] - 2026-09-23 + +* Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon +* CI: each architecture builds on its own native runner, no QEMU emulation +* CI: one run per branch, so two pushes stop racing through the same jobs +* CI: closing a pull request or deleting a branch cancels its pending runs +* Dependencies: Dependabot watches actions, images, compose, pip and npm daily +* Runtime: Python 3.14 and Node 25 base images +* Frontend: Bootstrap 5.3.8, jQuery 4, Font Awesome 7, marked 18, Cypress 16 + ## [2.2.0] - 2026-09-23 * Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon diff --git a/pyproject.toml b/pyproject.toml index 305dee5..5138a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "portfolio-ui" -version = "2.2.0" +version = "2.2.1" description = "A lightweight YAML-driven portfolio and landing-page generator." readme = "README.md" requires-python = ">=3.12"