- Add cliff.toml config for git-cliff with conventional commit parsing
- Create scripts/release.sh for automated version bumping
- Generate CHANGELOG.md from git history with semver tags (v1.0.0, v1.7.2)
- Release workflow: ./scripts/release.sh {major|minor|patch|VERSION}
24 lines
520 B
Markdown
24 lines
520 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.7.2] - 2026-03-05
|
|
|
|
### Other
|
|
|
|
- Add user registration and auth web app
|
|
- Update docker-compose.yml: remove database service, adjust ports and host
|
|
- Integrate Bootstrap 5 and Bootstrap Icons into UI
|
|
|
|
## [1.0.0] - 2026-02-02
|
|
|
|
### Other
|
|
|
|
- Initial commit
|
|
- V1.
|
|
|
|
|