Skip to content

Commit 598f9d2

Browse files
authored
chore(main): release 0.15.0 (#329)
1 parent 781aba4 commit 598f9d2

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"dwctl":"0.14.0"}
1+
{"dwctl":"0.15.0"}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwctl/CHANGELOG.md

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

3+
## [0.15.0](https://github.com/doublewordai/control-layer/compare/v0.14.0...v0.15.0) (2025-12-12)
4+
5+
6+
### Features
7+
8+
* File cost estimates ([#341](https://github.com/doublewordai/control-layer/issues/341)) ([fa65db0](https://github.com/doublewordai/control-layer/commit/fa65db01769332a2cf607c6f1d71514e579fa69e))
9+
* user soft delete + permissions fixes ([#346](https://github.com/doublewordai/control-layer/issues/346)) ([ee1c864](https://github.com/doublewordai/control-layer/commit/ee1c864739457fdc9d35ccba5851368043b69fbc))
10+
11+
12+
### Bug Fixes
13+
14+
* DASHBOARD_BOOTSTRAP_JS env var ([#328](https://github.com/doublewordai/control-layer/issues/328)) ([40a995a](https://github.com/doublewordai/control-layer/commit/40a995a6d5d798afe9197165e9a41861c7f0808c))
15+
* playground access error and model name overflow ([#340](https://github.com/doublewordai/control-layer/issues/340)) ([b99eb9a](https://github.com/doublewordai/control-layer/commit/b99eb9ab516671093c0ea1ba083d4526fb0e7c55))
16+
* playground model selection & error enrichment ([#345](https://github.com/doublewordai/control-layer/issues/345)) ([c74296f](https://github.com/doublewordai/control-layer/commit/c74296f2441ca7fd07264f3204a257be64a35bca))
17+
318
## [0.14.0](https://github.com/doublewordai/control-layer/compare/v0.13.0...v0.14.0) (2025-12-03)
419

520

dwctl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dwctl"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition = "2024"
55
description = "The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)