Skip to content

Commit b0f5b7f

Browse files
chore(main): release 0.6.0 (#91)
Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
1 parent 072544d commit b0f5b7f

3 files changed

Lines changed: 26 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.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/developmentseed/multistore/compare/v0.5.1...v0.6.0) (2026-06-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* RoleConfig.required_audience renamed to required_audiences. Code constructing RoleConfig must update the field; serialized configs using `required_audience` continue to work.
9+
10+
### Features
11+
12+
* accept multiple audiences for STS role validation ([#90](https://github.com/developmentseed/multistore/issues/90)) ([1fb09fa](https://github.com/developmentseed/multistore/commit/1fb09facf13c2822f59955734a7c5bbd76cc5b51))
13+
* data edit operations — batch delete, copy rejection, wider write headers ([#88](https://github.com/developmentseed/multistore/issues/88)) ([55e3a32](https://github.com/developmentseed/multistore/commit/55e3a32277ce707fed2b3825e28a0bd4f988c891))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release 0.6.0 ([072544d](https://github.com/developmentseed/multistore/commit/072544d57759dc94e6c6c0b30cd8fef68f7ec523))
19+
320
## [0.5.1](https://github.com/developmentseed/multistore/compare/v0.5.0...v0.5.1) (2026-06-23)
421

522

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.5.1"
27+
version = "0.6.0"
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.5.1" }
106-
multistore-static-config = { path = "crates/static-config", version = "0.5.1" }
107-
multistore-sts = { path = "crates/sts", version = "0.5.1" }
108-
multistore-metering = { path = "crates/metering", version = "0.5.1" }
109-
multistore-cf-workers = { path = "crates/cf-workers", version = "0.5.1" }
110-
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.5.1" }
111-
multistore-path-mapping = { path = "crates/path-mapping", version = "0.5.1" }
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" }

0 commit comments

Comments
 (0)