From 36741dc899b23755bb06587baa3fe1bc1f349160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Porto=20Mari=C3=B1o?= Date: Tue, 13 Jan 2026 01:08:24 +0100 Subject: [PATCH 1/2] Set VERSION 1.0.0 --- .github/workflows/continuous-integration.yml | 2 +- .gitignore | 1 + VERSION | 2 +- composer.json | 7 ++++++- src/version.txt | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 816db37..3ebf309 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -52,4 +52,4 @@ jobs: dependency-versions: "${{ matrix.dependency-versions }}" - name: "Run unit tests (PHPUnit)" - run: "composer test" + run: "composer dev:test:unit" diff --git a/.gitignore b/.gitignore index e9e9d51..d9d6a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ $RECYCLE.BIN/ # Mac crap .DS_Store +.vscode/ diff --git a/VERSION b/VERSION index 6c6aa7c..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +1.0.0 diff --git a/composer.json b/composer.json index d5dc474..6c3cf87 100644 --- a/composer.json +++ b/composer.json @@ -66,9 +66,14 @@ "@cs-check", "@test" ], + "dev:build:clean": "git clean -fX build/", "cs-check": "phpcs", "cs-fix": "phpcbf", - "test": "phpunit --colors=always", + "dev:test:unit": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" + }, + "scripts-descriptions": { + "dev:build:clean": "Cleans the build/ directory.", + "dev:test:unit": "Runs unit tests." } } diff --git a/src/version.txt b/src/version.txt index 4d06113..91ac0bf 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1,2 +1,2 @@ -Commit: dcfcfd5 -Version: 0.1.0 +Commit: 8f1c26e +Version: 1.0.0 From dfd89d1f6c5ed61e69b13ca7a9bed67293941a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Porto=20Mari=C3=B1o?= Date: Tue, 13 Jan 2026 01:18:46 +0100 Subject: [PATCH 2/2] Update README --- README.md | 6 ++++++ src/version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a9931..dddb2b6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ The main difference is that it relies on and implements the `rodas/http` interfa --- +### Automatic IA Documentation + +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Marqitos/php-diactoros) + +--- + ### References - [Laminas components](https://getlaminas.org/) diff --git a/src/version.txt b/src/version.txt index 91ac0bf..670f0e3 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1,2 +1,2 @@ -Commit: 8f1c26e +Commit: 36741dc Version: 1.0.0