From d42d5941fc282aed891f18232fbfaba534d4dc5b Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 18 Mar 2026 21:23:46 +0100 Subject: [PATCH] chore: move CHANGELOG.md into /doc folder --- doc/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/CHANGELOG.md diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md new file mode 100644 index 0000000..6316541 --- /dev/null +++ b/doc/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