chore: release 0.9.64 — CI fully green (pint style fixes)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
feat/v1-foundation v0.9.64
boban 2026-06-23 02:30:33 +02:00
parent f82555469a
commit 9b2d71e1f8
2 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,13 @@ getaggte Releases (Kanal `stable`, optional `beta`) — niemals Entwicklungs-Bui
_Keine offenen Änderungen — der nächste Stand wird hier gesammelt und als `vX.Y.Z` getaggt._
## [0.9.64] - 2026-06-23
### Behoben
- **CI vollständig grün.** Nach dem Build-vor-Tests-Fix (0.9.63) erreichte CI erstmals den
`pint --test`-Schritt und meldete vorbestehende Style-Verstöße (routes/web.php + Tests). Per `pint`
bereinigt — Test, Style und shellcheck laufen jetzt durch.
## [0.9.63] - 2026-06-23
### Behoben

View File

@ -2,7 +2,7 @@
return [
// First tagged release is v0.1.0 (semantic, not -dev).
'version' => '0.9.63',
'version' => '0.9.64',
// Deployed commit + branch. install.sh bakes these into .env from the host's .git (the prod
// image ships no .git); the Versions page prefers them and falls back to a live .git read in