From 8433f57f65545091b12093e768add684cb3741b7 Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 18 May 2026 19:18:13 +0800 Subject: [PATCH] chore: Update CHANGELOG for v0.3.0 Document breaking changes for version 0.3.0. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9429a7..a4586af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All significant changes to this project will be documented in this file. ## Unreleased +## v0.3.0 (2026-05-18) + ### Breaking changes * `CountMinSketch` now has a type parameter for the count type. Possible values are `u8` to `u64` and `i8` to `i64`.