Update version

This commit is contained in:
Daniel Winning 2025-04-26 11:40:44 +01:00
parent bed48bf026
commit 502670c600
3 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. 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 ## [1.1.0] - 2025-04-24
### Added ### Added
- New database option: MySQL. - New database option: MySQL.

View file

@ -5,7 +5,7 @@
# Loom Spinner CLI # Loom Spinner CLI
<p> <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> </p>
A streamlined environment management tool for PHP developers. A streamlined environment management tool for PHP developers.

View file

@ -1,7 +1,7 @@
{ {
"name": "loomlabs/loom-spinner-cli", "name": "loomlabs/loom-spinner-cli",
"description": "A simple command-line Docker environment spinner for PHP.", "description": "A simple command-line Docker environment spinner for PHP.",
"version": "1.1.0", "version": "1.1.1",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Loom\\Spinner\\": "src/" "Loom\\Spinner\\": "src/"