Skip to content

Commit

Permalink
prepare feature release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed May 23, 2024
1 parent 2d5d1b6 commit 4ff838c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .changes/4.2.0.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20240523-044213.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- markdownlint-disable MD013 -->
# 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.
Expand Down

0 comments on commit 4ff838c

Please sign in to comment.