Documentation Updates: - Enhanced AGENTS.md with user authentication details - Updated README.md with authentication API documentation - Added CONTRIBUTING.md guidelines for BDD testing - Version management guide improvements - Local CI/CD testing documentation Project Infrastructure: - Updated .gitignore for new file patterns - Enhanced git hooks documentation - YAML linting configuration - Script improvements and organization - Configuration management updates API Enhancements: - Greet service integration with authentication - Server middleware for JWT validation - Telemetry improvements - Version management utilities Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
# dance-lessons-coach Version
|
|
|
|
# Current Version (Semantic Versioning)
|
|
MAJOR=1
|
|
MINOR=4
|
|
PATCH=0
|
|
PRERELEASE=""
|
|
|
|
# Auto-generated fields (do not edit manually)
|
|
BUILD_DATE=""
|
|
GIT_COMMIT=""
|
|
GIT_TAG=""
|
|
|
|
# Version Format: {MAJOR}.{MINOR}.{PATCH}-{PRERELEASE}
|
|
# Example: 1.0.0, 1.0.0-alpha.1, 2.3.4-beta.2
|
|
|
|
# Semantic Versioning Rules:
|
|
# - MAJOR: Breaking changes, major features
|
|
# - MINOR: Backwards-compatible features
|
|
# - PATCH: Backwards-compatible bug fixes
|
|
# - PRERELEASE: alpha, beta, rc (pre-release versions)
|