mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
Release version 2.2.1
This commit is contained in:
10
CHANGELOG.md
10
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user