Skip to content

Commit ed8aff2

Browse files
chore(main): release 0.27.0 (#464)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76cd618 commit ed8aff2

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.26.1"
2+
".": "0.27.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.27.0](https://github.com/githubnext/ado-aw/compare/v0.26.1...v0.27.0) (2026-05-08)
4+
5+
6+
### Features
7+
8+
* **cli:** make `init` always overwrite; `--force` bypasses GitHub remote guard ([#465](https://github.com/githubnext/ado-aw/issues/465)) ([6c1a332](https://github.com/githubnext/ado-aw/commit/6c1a332d6f21bff797a6ca963c5ed4050d47dde4))
9+
10+
11+
### Bug Fixes
12+
13+
* **doc-freshness-check:** expand allowed-files to docs, README, prompts ([#463](https://github.com/githubnext/ado-aw/issues/463)) ([4abeb09](https://github.com/githubnext/ado-aw/commit/4abeb09899674f1f68143eb5f509c71fccdcf9db))
14+
* **execute:** match safe-output repository by name or alias ([#469](https://github.com/githubnext/ado-aw/issues/469)) ([76cd618](https://github.com/githubnext/ado-aw/commit/76cd6180e3bf5aafc84ffc95f7b23ed444d61dac))
15+
* **safeoutputs:** send Content-Range header for pipeline artifact uploads ([#467](https://github.com/githubnext/ado-aw/issues/467)) ([e95cbf5](https://github.com/githubnext/ado-aw/commit/e95cbf5a87419ee37c16e1b53c7d81d8fe607523))
16+
317
## [0.26.1](https://github.com/githubnext/ado-aw/compare/v0.26.0...v0.26.1) (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.26.1"
3+
version = "0.27.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)