diff --git a/.gitignore b/.gitignore index b543d46..833a976 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,12 @@ docker/.env.docker.local /_archives/ ###< migration archives ### +###> temp files ### +*.sql +*.har +FEATURE_IDEAS.md +###< temp files ### + ###> frontend ### /frontend/node_modules/ /frontend/.nuxt/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 604e4e8..cd6ddd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,6 @@ docker compose exec php php bin/console doctrine:migrations:migrate docker compose exec php php bin/console app:init-profile-passwords ``` -## [1.6.0] - 2026-02-xx +## [1.6.0] - 2026-02-12 - Version initiale avec gestion du parc machines, pieces, composants, produits et categories. diff --git a/Inventory_frontend b/Inventory_frontend index 55e2a4f..41f5319 160000 --- a/Inventory_frontend +++ b/Inventory_frontend @@ -1 +1 @@ -Subproject commit 55e2a4fafe3eea9720e97468c66d398452ed0b3d +Subproject commit 41f5319b670149a494c6a1102a63c092bc13fb58 diff --git a/VERSION b/VERSION index bd8bf88..27f9cd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0