From b8259619cf665ace6c5ee0def38a8b5b87fef53c Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:13:46 -0800 Subject: [PATCH] chore(main): release 0.0.10 (#24) Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b4..32b319f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 160e97f..3aac0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/chanzuckerberg/delta-share/compare/v0.0.9...v0.0.10) (2025-02-06) + + +### Bug Fixes + +* added new custom downlown stategy ([#23](https://github.com/chanzuckerberg/delta-share/issues/23)) ([3a0c455](https://github.com/chanzuckerberg/delta-share/commit/3a0c45597fdb3c42c5f7d8ba6e4f7a3bdee277c6)) + ## [0.0.9](https://github.com/chanzuckerberg/delta-share/compare/v0.0.8...v0.0.9) (2025-02-06)