From ae1892c8600131227531504812260e3d2821d01e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 17 May 2024 07:12:48 -0600 Subject: [PATCH] speck: add initial CHANGELOG.md (#424) Includes the v0.0.1 release --- speck/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 speck/CHANGELOG.md diff --git a/speck/CHANGELOG.md b/speck/CHANGELOG.md new file mode 100644 index 00000000..ea14bbf1 --- /dev/null +++ b/speck/CHANGELOG.md @@ -0,0 +1,9 @@ +# 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). + +## 0.0.1 (2024-05-17) +- Initial release