diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..be59f77 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,22 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +## 1.0.1 - 2025-12-15 + +### Added + +* A new `make types` to generate the type definitions. +* Type definitions now included with the package. +* This CHANGELOG. + +## 1.0.0 - 2025-12-15 + +### Added + +* Initial release. |