From baea381b342b289102e4b1c591821cc954df02b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:03:37 +0000 Subject: [PATCH 1/2] chore(main): release 0.10.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0283cbf..b2298d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.1](https://github.com/strata/data/compare/v0.10.0...v0.10.1) (2026-06-23) + + +### Bug Fixes + +* Fix some minor deprecations ([0e43518](https://github.com/strata/data/commit/0e435188ab31b68731ee0a7ddb76351738787088)) +* Fix some minor deprecations ([3bbb354](https://github.com/strata/data/commit/3bbb354481a9de980bd4a70125ed91ca0c648d0e)) + ## [0.10.0](https://github.com/strata/data/compare/v0.9.0...v0.10.0) (2026-06-09) From a66b6ab19cc88de8e8d01cfd964a31cccd2d32ab Mon Sep 17 00:00:00 2001 From: Simon R Jones Date: Tue, 23 Jun 2026 15:05:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2298d7..a392e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug Fixes -* Fix some minor deprecations ([0e43518](https://github.com/strata/data/commit/0e435188ab31b68731ee0a7ddb76351738787088)) -* Fix some minor deprecations ([3bbb354](https://github.com/strata/data/commit/3bbb354481a9de980bd4a70125ed91ca0c648d0e)) +* Fix some minor deprecations ## [0.10.0](https://github.com/strata/data/compare/v0.9.0...v0.10.0) (2026-06-09)