From 0d50163dc69a4437ab175ccdc04e821ba51c4a39 Mon Sep 17 00:00:00 2001 From: "source-coop-release[bot]" <187876225+source-coop-release[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:32:17 -0500 Subject: [PATCH] chore(main): release 0.1.20 (#33) Co-authored-by: source-coop-release[bot] <187876225+source-coop-release[bot]@users.noreply.github.com> --- 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 d343e28..f40cef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.20](https://github.com/source-cooperative/data.source.coop/compare/v0.1.19...v0.1.20) (2024-12-03) + + +### Bug Fixes + +* Fixed the slow response of the ListObjects call. ([#32](https://github.com/source-cooperative/data.source.coop/issues/32)) ([6afcf13](https://github.com/source-cooperative/data.source.coop/commit/6afcf13ec15b9cc79f5d6a2aef55b3d269a14e16)) + ## [0.1.19](https://github.com/source-cooperative/data.source.coop/compare/v0.1.18...v0.1.19) (2024-11-28) diff --git a/Cargo.lock b/Cargo.lock index 22932c3..49bdafc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,7 +2325,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "0.1.19" +version = "0.1.20" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index fab5a5d..21f7732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "0.1.19" +version = "0.1.20" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html