Skip to content

Commit 1892870

Browse files
chore(main): release 0.6.1 (#94)
Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
1 parent 55d17c0 commit 1892870

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.1](https://github.com/developmentseed/multistore/compare/v0.6.0...v0.6.1) (2026-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **proxy:** stream-resign aws-chunked uploads instead of decoding ([#92](https://github.com/developmentseed/multistore/issues/92)) ([55d17c0](https://github.com/developmentseed/multistore/commit/55d17c019ba636bb7c75e0cfc5d296d69d630c18))
9+
310
## [0.6.0](https://github.com/developmentseed/multistore/compare/v0.5.1...v0.6.0) (2026-06-25)
411

512

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default-members = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.6.0"
27+
version = "0.6.1"
2828
edition = "2021"
2929
license = "MIT"
3030

@@ -102,10 +102,10 @@ console_error_panic_hook = "0.1.7"
102102
lambda_http = "0.13"
103103

104104
# Internal crates
105-
multistore = { path = "crates/core", version = "0.6.0" }
106-
multistore-static-config = { path = "crates/static-config", version = "0.6.0" }
107-
multistore-sts = { path = "crates/sts", version = "0.6.0" }
108-
multistore-metering = { path = "crates/metering", version = "0.6.0" }
109-
multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.0" }
110-
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.0" }
111-
multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.0" }
105+
multistore = { path = "crates/core", version = "0.6.1" }
106+
multistore-static-config = { path = "crates/static-config", version = "0.6.1" }
107+
multistore-sts = { path = "crates/sts", version = "0.6.1" }
108+
multistore-metering = { path = "crates/metering", version = "0.6.1" }
109+
multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.1" }
110+
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.1" }
111+
multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.1" }

0 commit comments

Comments
 (0)