docs: prepare changelog for v0.0.5
continuous-integration/drone/tag Build is passing Details

- add CHANGELOG.md for next build

- document changes since v0.0.4

- add compare links for Unreleased and v0.0.5
This commit is contained in:
Stefan Goppelt 2026-03-29 20:54:53 +02:00
parent f5f980cfde
commit 8b054914ea
1 changed files with 28 additions and 0 deletions

28
CHANGELOG.md Normal file
View File

@ -0,0 +1,28 @@
# 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.1.0/).
## [Unreleased]
## [v0.0.5] - 2026-03-29
### Changed
- CI pipeline no longer includes the package step.
### Added
- Release process documentation in [docs/RELEASING.md](docs/RELEASING.md).
### Maintenance
- Applied project standards templates and repository housekeeping updates.
## [v0.0.4] - 2026-03-29
- Previous release.
[Unreleased]: https://scm.yoorie.de/go-lib/micro/compare/v0.0.5...main
[v0.0.5]: https://scm.yoorie.de/go-lib/micro/compare/v0.0.4...v0.0.5