From f6137895f47cbc90a1c994e2a3f71483f51b5e0f Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sun, 21 Jun 2026 08:35:08 -0700 Subject: [PATCH] fix: Add a CHANGELOG.md (#64) --- path/to/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 path/to/CHANGELOG.md diff --git a/path/to/CHANGELOG.md b/path/to/CHANGELOG.md new file mode 100644 index 0000000..69e6b45 --- /dev/null +++ b/path/to/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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). + +## [Unreleased] + +- Initial release. + +## [v0.1.0] - 2023-10-01 +- First public release. +- Basic functionality implemented. +- Documentation updated. \ No newline at end of file