aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 22:21:00 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-15 22:26:58 +0100
commitd406f42ad85f642d0ad8dae2ef1ac743abc43ec3 (patch)
tree3b2508f4d3a36e5a0703f0eb92faefb8826238a1 /CHANGELOG
parent8daa7da7acc6809056249261ad50cd3896625886 (diff)
Bump versionHEAD1.0.1main
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG22
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.