From 86216cccaf9a03ead17c140d0df93665db6923ac Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 18 Mar 2026 21:22:35 +0100 Subject: [PATCH] chore: add CHANGELOG.md with initial versioned changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6316541 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## [v0.1.0] - 2026-03-18 + +### Added +- Initial AGENTS.md documenting build, lint, test commands and code style guidelines. +- CHANGELOG.md skeleton with standardized versioned sections. + +### Changed +- Updated AGENTS.md with comprehensive guidelines and command references. + +### Fixed +- Resolved formatting issues in earlier documentation drafts. + +### Removed +- No content removed in this release. \ No newline at end of file