From 30edff658acfe1b7bdbdada1a07a1c0e56810570 Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Wed, 1 Oct 2025 14:19:55 -0400 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2321e12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# 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 + +### Added + +- Decoder for bools (`decode_bool()`) + +## v1.0.0 - 2025-09-29 + +- Initial version. -- 2.51.2