From fba2f8f3879f1041ff2accde951f2544cd52023a Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:27:30 +0000 Subject: [PATCH] chore(main): release 0.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 16 ++++++++-------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..bf5f1fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6d5dd..6b908b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/developmentseed/multistore/compare/v0.6.1...v0.6.2) (2026-06-27) + + +### Bug Fixes + +* **cf-workers:** bypass Cloudflare cache for HEAD subrequests ([#95](https://github.com/developmentseed/multistore/issues/95)) ([973bff7](https://github.com/developmentseed/multistore/commit/973bff70b2ffb59fc7bf825a267359e660b66ad1)) + ## [0.6.1](https://github.com/developmentseed/multistore/compare/v0.6.0...v0.6.1) (2026-06-26) diff --git a/Cargo.toml b/Cargo.toml index 2ac481e..42a8a5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "MIT" @@ -102,10 +102,10 @@ console_error_panic_hook = "0.1.7" lambda_http = "0.13" # Internal crates -multistore = { path = "crates/core", version = "0.6.1" } -multistore-static-config = { path = "crates/static-config", version = "0.6.1" } -multistore-sts = { path = "crates/sts", version = "0.6.1" } -multistore-metering = { path = "crates/metering", version = "0.6.1" } -multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.1" } -multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.1" } -multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.1" } +multistore = { path = "crates/core", version = "0.6.2" } +multistore-static-config = { path = "crates/static-config", version = "0.6.2" } +multistore-sts = { path = "crates/sts", version = "0.6.2" } +multistore-metering = { path = "crates/metering", version = "0.6.2" } +multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.2" } +multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.2" } +multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.2" }