Skip to content

Commit d9dc0f7

Browse files
chore(main): release 0.28.0
1 parent 6f4a6dd commit d9dc0f7

4 files changed

Lines changed: 17 additions & 3 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.27.0"
2+
".": "0.28.0"
33
}

CHANGELOG.md

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

3+
## [0.28.0](https://github.com/githubnext/ado-aw/compare/v0.27.0...v0.28.0) (2026-05-09)
4+
5+
6+
### Features
7+
8+
* **compile:** add compact `repos:` front-matter syntax with codemod auto-rewrite ([#478](https://github.com/githubnext/ado-aw/issues/478)) ([3e67cfd](https://github.com/githubnext/ado-aw/commit/3e67cfd30ea28153890460bf36ba4db26bce9e30))
9+
* **compile:** autorewrite front matter via detection-based codemods ([#476](https://github.com/githubnext/ado-aw/issues/476)) ([64bbc73](https://github.com/githubnext/ado-aw/commit/64bbc73a4ea3d53d4bed14ddc4c0166ac6d36887))
10+
11+
12+
### Bug Fixes
13+
14+
* **safeoutputs:** block VSO command injection via repository alias across Stage 3 PR-safe-output executors ([#482](https://github.com/githubnext/ado-aw/issues/482)) ([6f4a6dd](https://github.com/githubnext/ado-aw/commit/6f4a6dd2642521067bcf955c3db0912245061e8a))
15+
* **workflow:** add protected-files fallback-to-issue for doc-freshness-check ([#473](https://github.com/githubnext/ado-aw/issues/473)) ([12e273c](https://github.com/githubnext/ado-aw/commit/12e273c18fd3526d0c3d1020a215052b94f196d1))
16+
317
## [0.27.0](https://github.com/githubnext/ado-aw/compare/v0.26.1...v0.27.0) (2026-05-08)
418

519

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.27.0"
3+
version = "0.28.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)