chore : bump v1.8.0, update changelog, gitignore and submodule

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-04 10:01:00 +01:00
parent 7cd8772617
commit dd1497beac
4 changed files with 9 additions and 3 deletions

6
.gitignore vendored
View File

@@ -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/

View File

@@ -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.

View File

@@ -1 +1 @@
1.7.0
1.8.0