From 502670c6003631ec0d9f258e78be0c8129b8f07f Mon Sep 17 00:00:00 2001 From: Danny <daniel@winningsoftware.co.uk> Date: Sat, 26 Apr 2025 11:40:44 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 5 +++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfe2a8..34ceca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2025-04-26 +### Fixed +- Fixed a critical bug where environments could not be destroyed if using a MySQL database. +- Fixed a critical bug where PDO extensions were not installed in the container, causing MySQL driver errors. + ## [1.1.0] - 2025-04-24 ### Added - New database option: MySQL. diff --git a/README.md b/README.md index 61a8f8b..9945c45 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Loom Spinner CLI <p> -<img src="https://img.shields.io/badge/Version-1.1.0-blue" alt="Version 1.1.0"> +<img src="https://img.shields.io/badge/Version-1.1.1-blue" alt="Version 1.1.1"> </p> A streamlined environment management tool for PHP developers. diff --git a/composer.json b/composer.json index eb6bd2e..6e1e6da 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "loomlabs/loom-spinner-cli", "description": "A simple command-line Docker environment spinner for PHP.", - "version": "1.1.0", + "version": "1.1.1", "autoload": { "psr-4": { "Loom\\Spinner\\": "src/"