From 31fe60f756f49577684f7aad56fd5add33fe38a1 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 14 Mar 2026 12:31:41 -0400 Subject: [PATCH] docs: add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..40dc33d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelong](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Project scaffold with uv, pre-commit, ruff, and conventional commits \ No newline at end of file