From c4dda38bc1a9cc08e05bd538fbf805b37d25dcf1 Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 01:18:58 +0000 Subject: [PATCH] chore(main): release 2.3.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 8a730a1..56aa46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/source-cooperative/data.source.coop/compare/v2.3.0...v2.3.1) (2026-07-28) + + +### Bug Fixes + +* **s3:** adapt CopyObject to multistore's copy-source path mapping ([#198](https://github.com/source-cooperative/data.source.coop/issues/198)) ([40acbcb](https://github.com/source-cooperative/data.source.coop/commit/40acbcb7504085172bb6c8eb80ad8112053b671e)) + ## [2.3.0](https://github.com/source-cooperative/data.source.coop/compare/v2.2.2...v2.3.0) (2026-07-27) diff --git a/Cargo.lock b/Cargo.lock index 08f43bf..fc3124f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "2.3.0" +version = "2.3.1" dependencies = [ "console_error_panic_hook", "getrandom 0.4.3", diff --git a/Cargo.toml b/Cargo.toml index 4a4d810..7782aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony Lukach "] edition = "2021" name = "source-data-proxy" -version = "2.3.0" +version = "2.3.1" [lib] crate-type = ["cdylib"]