47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
<!-- markdownlint-disable MD024 -->
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format follows conventional changelog categories.
|
|
|
|
## [Unreleased]
|
|
|
|
## [v0.0.3] - 2026-03-29
|
|
|
|
### Added
|
|
|
|
- Added release process documentation in docs/RELEASING.md.
|
|
- Added repository changelog file.
|
|
- Added GoConvey-based regression tests for certificate generation.
|
|
- Added coverage gate script: scripts/check-coverage.sh.
|
|
- Added release notes generator script: scripts/generate-release-notes.sh.
|
|
- Added tag-based Drone release flow with artifact publishing.
|
|
|
|
### Changed
|
|
|
|
- Updated Drone pipeline to run on push and tag events.
|
|
- Extended CI quality gates with go vet, coverage reporting, and govulncheck.
|
|
- Improved README documentation links and release guidance.
|
|
|
|
## [v0.0.2] - 2021-03-03
|
|
|
|
### Added
|
|
|
|
- Added initial build configuration for the repository.
|
|
|
|
### Changed
|
|
|
|
- Updated project README.
|
|
|
|
## v0.0.1
|
|
|
|
### Added
|
|
|
|
- Initial project setup.
|
|
|
|
[Unreleased]: https://scm.yoorie.de/git/go-lib/certs/compare/v0.0.3...main
|
|
[v0.0.3]: https://scm.yoorie.de/git/go-lib/certs/compare/v0.0.2...v0.0.3
|
|
[v0.0.2]: https://scm.yoorie.de/git/go-lib/certs/releases/tag/v0.0.2
|