From b9e9ec641a97856ad634cf016da99f23c1fa7eed Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:59:16 +0000 Subject: [PATCH] chore(main): release 2.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3923e..4f88d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/source-cooperative/data.source.coop/compare/v2.1.0...v2.1.1) (2026-04-02) + + +### Bug Fixes + +* update multistore to properly recognize directory markers ([#125](https://github.com/source-cooperative/data.source.coop/issues/125)) ([25b1072](https://github.com/source-cooperative/data.source.coop/commit/25b1072ce97dc2d8880ac037b9d8796ebb0d3d8a)) + ## [2.1.0](https://github.com/source-cooperative/data.source.coop/compare/v2.0.0...v2.1.0) (2026-03-28) diff --git a/Cargo.lock b/Cargo.lock index 074b32c..b2d8a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "2.1.0" +version = "2.1.1" dependencies = [ "console_error_panic_hook", "futures", diff --git a/Cargo.toml b/Cargo.toml index 0c70007..f16b747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony Lukach "] edition = "2021" name = "source-data-proxy" -version = "2.1.0" +version = "2.1.1" [lib] crate-type = ["cdylib"]