Skip to content

Commit b29cfbf

Browse files
chore(main): release 0.10.0
1 parent 6700677 commit b29cfbf

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/githubnext/ado-aw/compare/v0.9.0...v0.10.0) (2026-04-14)
4+
5+
6+
### Features
7+
8+
* add red team security auditor agentic workflow ([#170](https://github.com/githubnext/ado-aw/issues/170)) ([6700677](https://github.com/githubnext/ado-aw/commit/67006771abd5119c9bf8109c87110a91f4406f63))
9+
* add runtime parameters support with auto-injected clearMemory ([#166](https://github.com/githubnext/ado-aw/issues/166)) ([dc5b766](https://github.com/githubnext/ado-aw/commit/dc5b76654f59557092201289d0b9d2bfd5613536))
10+
* align MCP config with MCPG spec — container/HTTP transport ([#157](https://github.com/githubnext/ado-aw/issues/157)) ([a46a85b](https://github.com/githubnext/ado-aw/commit/a46a85b2c9870e7bd4bd36f99e6ff1cbb06c7ad7))
11+
* enable real-time agent output streaming with VSO filtering ([#159](https://github.com/githubnext/ado-aw/issues/159)) ([7497cd6](https://github.com/githubnext/ado-aw/commit/7497cd6bf243b781137c3994ba7187b34331bcb3))
12+
* **mcp:** filter SafeOutputs tools based on front matter config ([#156](https://github.com/githubnext/ado-aw/issues/156)) ([f43b22e](https://github.com/githubnext/ado-aw/commit/f43b22ed1228b98b7bc9085494b275681e06a265))
13+
* swap to using aw-mcpg ([#19](https://github.com/githubnext/ado-aw/issues/19)) ([1cddfb3](https://github.com/githubnext/ado-aw/commit/1cddfb3e6001736c5cd1cc0ce572521370001e1c))
14+
15+
16+
### Bug Fixes
17+
18+
* address review findings — MCPG_IMAGE constant, constant-time auth, reqwest dev-dep, MCP enabled check ([#151](https://github.com/githubnext/ado-aw/issues/151)) ([09be1f2](https://github.com/githubnext/ado-aw/commit/09be1f213152f151da44efece2cd114e52cf6fc4))
19+
* use length-check + ct_eq for constant-time auth comparison ([#153](https://github.com/githubnext/ado-aw/issues/153)) ([d0aed74](https://github.com/githubnext/ado-aw/commit/d0aed7422f3a473491392a4198158f1ea03f56e3))
20+
321
## [0.9.0](https://github.com/githubnext/ado-aw/compare/v0.8.3...v0.9.0) (2026-04-11)
422

523

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ado-aw"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)