Update version
This commit is contained in:
parent
5090937085
commit
4115526ce8
3 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.1.0] - 2025-04-24
|
||||
### Added
|
||||
- New database option: MySQL.
|
||||
- New configuration option: `options.environment.database.rootPassword`.
|
||||
|
||||
### Changed
|
||||
- Changed the default database for new environments to MySQL (from SQLite).
|
||||
|
||||
## [1.0.4] - 2025-04-24
|
||||
### Fixed
|
||||
- Fixed a critical autoloading issue after the package is globally installed.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Loom Spinner CLI
|
||||
|
||||
<p>
|
||||
<img src="https://img.shields.io/badge/Version-1.0.4-blue" alt="Version 1.0.4">
|
||||
<img src="https://img.shields.io/badge/Version-1.1.0-blue" alt="Version 1.1.0">
|
||||
</p>
|
||||
|
||||
A streamlined environment management tool for PHP developers.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "loomlabs/loom-spinner-cli",
|
||||
"description": "A simple command-line Docker environment spinner for PHP.",
|
||||
"version": "1.0.4",
|
||||
"version": "1.1.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Loom\\Spinner\\": "src/"
|
||||
|
|
Loading…
Add table
Reference in a new issue