From 97e633745f54c71d1027c83ae3f86d7ebf8179e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hempel?= Date: Sat, 7 Dec 2024 12:42:30 +0100 Subject: [PATCH] Add version 1.0.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3945562..9f84487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Releases +### [1.0.1] - 2024-12-07 + +* Add ixnode/php-coordinate package with version 0.1.17 + ### [1.0.0] - 2024-12-07 * Implement Imagick engine in addition to GdImage diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/composer.json b/composer.json index 75c6227..539bd6d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ixnode/php-cli-image", "description": "PHP Cli Image - This library converts a given image to ASCII string.", - "version": "1.0.0", + "version": "1.0.1", "type": "library", "license": "MIT", "keywords": ["php", "cli", "image", "ascii", "gif", "jpg", "png", "jpeg"],