Compare commits

...

3 Commits

Author SHA1 Message Date
gitea-actions 6df9110187 chore: bump version to v0.1.58
Auto Tag Develop / tag (push) Successful in 5s
Build Release Artefact / build (push) Successful in 1m39s
2026-03-20 07:13:49 +00:00
tristan f0dfb30566 Merge remote-tracking branch 'origin/develop' into develop
Auto Tag Develop / tag (push) Has been cancelled
2026-03-20 08:13:34 +01:00
tristan 049e64288e fix : calcule des RTT 2026-03-20 08:13:20 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
parameters:
app.version: '0.1.57'
app.version: '0.1.58'
+1 -1
View File
@@ -267,6 +267,6 @@ final readonly class EmployeeRttSummaryProvider implements ProviderInterface
}
}
return $today;
return $weekEnd;
}
}