From eb889f49dcc66ef48acab0ca2efff6a81d40363c Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Thu, 18 Jan 2024 17:33:40 +0100 Subject: [PATCH] Prepare 0.0.2 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 70b3586..827511e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## 0.0.2 (2024-01-18) + +### Added + +- Add a few convenient accessors for start/stop positions. + +### Changed + +- Internal changes related to build and release process. + ## 0.0.1 (2023-11-12) Initial release.