From 4ff838c831aec7bd855d1c5257cf762ec98a46b8 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 23 May 2024 09:36:52 +0000 Subject: [PATCH] prepare feature release 4.2 --- .changes/4.2.0.md | 8 ++++++++ .changes/unreleased/Removed-20240523-044213.yaml | 3 --- CHANGELOG.md | 8 ++++++++ docs/usage/docker.md | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 .changes/4.2.0.md delete mode 100644 .changes/unreleased/Removed-20240523-044213.yaml diff --git a/.changes/4.2.0.md b/.changes/4.2.0.md new file mode 100644 index 0000000..0759a20 --- /dev/null +++ b/.changes/4.2.0.md @@ -0,0 +1,8 @@ + +## 4.2.0 - 2024-05-23 + +### Removed + +- support to PHP 8.1 + +**Full Changelog**: [4.1.0...4.2.0](https://github.com/llaville/umlwriter/compare/4.1.0...4.2.0) diff --git a/.changes/unreleased/Removed-20240523-044213.yaml b/.changes/unreleased/Removed-20240523-044213.yaml deleted file mode 100644 index 035797c..0000000 --- a/.changes/unreleased/Removed-20240523-044213.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Removed -body: support to PHP 8.1 -time: 2024-05-23T04:42:13.738600834Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 165faf9..b6e83c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/), using the [Keep a CHANGELOG](http://keepachangelog.com) principles. and is generated by [Changie](https://github.com/miniscruff/changie). +## 4.2.0 - 2024-05-23 + +### Removed + +- support to PHP 8.1 + +**Full Changelog**: [4.1.0...4.2.0](https://github.com/llaville/umlwriter/compare/4.1.0...4.2.0) + ## 4.1.0 - 2024-05-22 > [!IMPORTANT] This version is the last to support PHP 8.1 diff --git a/docs/usage/docker.md b/docs/usage/docker.md index b3eaf18..06e6146 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -1,7 +1,9 @@ # Docker CLI -**IMPORTANT** : Docker image with `latest` tag use the PHP 8.1 runtime ! +> [!IMPORTANT] +> Docker image with `latest` tag use the PHP 8.1 runtime ! +> So, uses the tag `v4.2` if you want a PHP 8.2 compatible version. > Please mount your source code to `/workdir` in the container.