Skip to content

Commit f30085c

Browse files
chore(main): release 0.27.0
1 parent 6c1a332 commit f30085c

4 files changed

Lines changed: 15 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
315
## [0.26.1](https://github.com/githubnext/ado-aw/compare/v0.26.0...v0.26.1) (2026-05-08)
416

517

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)