Skip to content

Commit 2c871e5

Browse files
chore(main): release 0.12.0 (#202)
1 parent 22a2069 commit 2c871e5

4 files changed

Lines changed: 18 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.11.0"
2+
".": "0.12.0"
33
}

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.12.0](https://github.com/githubnext/ado-aw/compare/v0.11.0...v0.12.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* add ecosystem domain allowlists from gh-aw ([#213](https://github.com/githubnext/ado-aw/issues/213)) ([22a2069](https://github.com/githubnext/ado-aw/commit/22a2069d49b96774acbd1ec42323cb7c7092e4b0))
9+
* add Lean 4 runtime support with runtimes: front matter ([#208](https://github.com/githubnext/ado-aw/issues/208)) ([16fc9be](https://github.com/githubnext/ado-aw/commit/16fc9be54519f0371422afc0d6d59e6f93463f09))
10+
* standardise front matter sanitization via SanitizeConfig/SanitizeContent traits ([#210](https://github.com/githubnext/ado-aw/issues/210)) ([85ac3ab](https://github.com/githubnext/ado-aw/commit/85ac3ab38ec8d696cf28a558ed3e0a9473e405b7))
11+
12+
13+
### Bug Fixes
14+
15+
* **create-pr:** skip auto-complete API call on draft PRs ([#194](https://github.com/githubnext/ado-aw/issues/194)) ([#200](https://github.com/githubnext/ado-aw/issues/200)) ([d58dbeb](https://github.com/githubnext/ado-aw/commit/d58dbeb8337e4d11ddf6fb39a87511bcb3df327c))
16+
* improve trigger.pipeline validation with expression checks and better errors ([#189](https://github.com/githubnext/ado-aw/issues/189), [#188](https://github.com/githubnext/ado-aw/issues/188)) ([#196](https://github.com/githubnext/ado-aw/issues/196)) ([b0ae590](https://github.com/githubnext/ado-aw/commit/b0ae590bc4f39bcb9efaa7db5c340c86b15043e5))
17+
318
## [0.11.0](https://github.com/githubnext/ado-aw/compare/v0.10.0...v0.11.0) (2026-04-14)
419

520

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

66
[dependencies]

0 commit comments

Comments
 (0)