- .gitattributes: normalize line endings to LF - README.md: project overview and feature list - .gitea/PULL_REQUEST_TEMPLATE.md: PR checklist - CHANGELOG.md, VERSION: bump to 0.2.0 Version: 0.2.0
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# Changelog
|
||
|
||
Alle wesentlichen Änderungen am Projekt werden hier dokumentiert.
|
||
Format: `[MAJOR.MINOR.PATCH] - YYYY-MM-DD`
|
||
|
||
---
|
||
|
||
## [0.2.0] - 2026-04-05
|
||
|
||
### Added
|
||
- `.gitattributes` – automatische LF-Normalisierung, keine CRLF-Warnungen mehr
|
||
- `README.md` – Projektbeschreibung, Features-Übersicht, Links zur Dokumentation
|
||
- `.gitea/PULL_REQUEST_TEMPLATE.md` – Checkliste für PRs (Tests, Version, Docs)
|
||
- Branch Protection für `main` und `develop` (serverseitig konfiguriert)
|
||
- Squash-Merge als Standard-Merge-Strategie (serverseitig konfiguriert)
|
||
|
||
---
|
||
|
||
## [0.1.1] - 2026-04-05
|
||
|
||
### Changed
|
||
- Entwicklungsstandards um Branching-Regeln, Versionierungsschema und Workflow-Regeln erweitert
|
||
|
||
### Added
|
||
- CHANGELOG.md eingeführt
|
||
- VERSION-Datei eingeführt
|
||
|
||
---
|
||
|
||
## [0.1.0] - 2026-04-05
|
||
|
||
### Added
|
||
- CLAUDE.md – Guidance für Claude Code
|
||
- docs/development-standards.md – allgemeine Entwicklungsstandards
|
||
- docs/project-structure.md – Projektstruktur und Domänenmodell
|
||
- docs/branching-strategy.md – Branching-Strategie
|