Version update
This commit is contained in:
parent
bec504d21c
commit
be5d6a9e4c
3 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
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.0] - 2025-04-24
|
## [1.0.4] - 2025-04-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed a critical autoloading issue after the package is globally installed.
|
- Fixed a critical autoloading issue after the package is globally installed.
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ All notable changes to this project will be documented in this file.
|
||||||
- Minor documentation tweak to make the header image display on Packagist.
|
- Minor documentation tweak to make the header image display on Packagist.
|
||||||
|
|
||||||
## [1.0.0] – 2025-04-24
|
## [1.0.0] – 2025-04-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Initial public release of **Loom Spinner CLI**.
|
- Initial public release of **Loom Spinner CLI**.
|
||||||
- Command to spin up a new PHP development environment with Docker (`spin:up`).
|
- Command to spin up a new PHP development environment with Docker (`spin:up`).
|
||||||
|
|
|
@ -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.0.4-blue" alt="Version 1.0.4">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
A streamlined environment management tool for PHP developers.
|
A streamlined environment management tool for PHP developers.
|
||||||
|
|
|
@ -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.0.4",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Loom\\Spinner\\": "src/"
|
"Loom\\Spinner\\": "src/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue