From d773dea09522c2bcf11ae1472f80cdebc35312da Mon Sep 17 00:00:00 2001 From: pjb157 <84070455+pjb157@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:20:02 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- dwctl/CHANGELOG.md | 16 ++++++++++++++++ dwctl/Cargo.lock | 2 +- dwctl/Cargo.toml | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 52e4278b1..ded8d013b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"dwctl":"0.9.0","fusillade":"0.3.0"} +{"dwctl":"0.10.0","fusillade":"0.3.0"} diff --git a/Cargo.lock b/Cargo.lock index c3293128f..09c5fbdf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1259,7 +1259,7 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "dwctl" -version = "0.9.0" +version = "0.10.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/dwctl/CHANGELOG.md b/dwctl/CHANGELOG.md index 0f2f5bca2..9d21624c4 100644 --- a/dwctl/CHANGELOG.md +++ b/dwctl/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.10.0](https://github.com/doublewordai/control-layer/compare/v0.9.0...v0.10.0) (2025-11-26) + + +### Features + +* Add include=endpoints support to resolve hosted_on references in backend ([#244](https://github.com/doublewordai/control-layer/issues/244)) ([e258dc3](https://github.com/doublewordai/control-layer/commit/e258dc33aa01aebf012dc999f95e3340a8501484)) +* make Argon2 parameters configurable for faster test execution ([#239](https://github.com/doublewordai/control-layer/issues/239)) ([65c1de9](https://github.com/doublewordai/control-layer/commit/65c1de9ee261d48720f8ebad37c90768d3772cb2)) + + +### Bug Fixes + +* dont truncate billing ([#227](https://github.com/doublewordai/control-layer/issues/227)) ([d4d5040](https://github.com/doublewordai/control-layer/commit/d4d50404b08ff86a890b3c58e309c5a21dfb7b33)) +* loosen test ([5a70dc1](https://github.com/doublewordai/control-layer/commit/5a70dc150183d2c0ab169591c2410a6996e77a07)) +* make hidden key when a user first logs in, rather than when they first make a playground request ([#233](https://github.com/doublewordai/control-layer/issues/233)) ([a491f54](https://github.com/doublewordai/control-layer/commit/a491f5408d0d2d8aaa0d49607bc4fade1a11561e)) +* simplify auth in serializers ([#242](https://github.com/doublewordai/control-layer/issues/242)) ([86568ee](https://github.com/doublewordai/control-layer/commit/86568ee244a04980871041cdff8164696c50f6cc)) + ## [0.9.0](https://github.com/doublewordai/control-layer/compare/v0.8.1...v0.9.0) (2025-11-25) diff --git a/dwctl/Cargo.lock b/dwctl/Cargo.lock index d4c34628d..1d045fb3f 100644 --- a/dwctl/Cargo.lock +++ b/dwctl/Cargo.lock @@ -1178,7 +1178,7 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "dwctl" -version = "0.9.0" +version = "0.10.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/dwctl/Cargo.toml b/dwctl/Cargo.toml index 4a0396a4b..42ceec316 100644 --- a/dwctl/Cargo.toml +++ b/dwctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dwctl" -version = "0.9.0" +version = "0.10.0" edition = "2024" description = "The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications" license = "MIT OR Apache-2.0"