Skip to content

Commit 4ba6706

Browse files
chore(main): release 0.9.0 (#136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e81c570 commit 4ba6706

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.8.3"
2+
".": "0.9.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.9.0](https://github.com/githubnext/ado-aw/compare/v0.8.3...v0.9.0) (2026-04-11)
4+
5+
6+
### Features
7+
8+
* add COPILOT_CLI_VERSION to dependency version updater workflow ([#137](https://github.com/githubnext/ado-aw/issues/137)) ([8155d24](https://github.com/githubnext/ado-aw/commit/8155d240522658805fed12210d17df5c2a943b5a))
9+
* map engine max-turns and timeout-minutes to Copilot CLI arguments ([#134](https://github.com/githubnext/ado-aw/issues/134)) ([2dbe162](https://github.com/githubnext/ado-aw/commit/2dbe1629400ed358199e94b5907e66b1ac221dec))
10+
11+
12+
### Bug Fixes
13+
14+
* deprecate max-turns and move timeout-minutes to YAML job property ([#138](https://github.com/githubnext/ado-aw/issues/138)) ([9887c97](https://github.com/githubnext/ado-aw/commit/9887c9794d732d76eade8fb1b33cfb99cb02522a))
15+
* report-incomplete fails pipeline, percent-encode user_id, stage-1 status validation, merge_strategy validation, dead code removal ([#141](https://github.com/githubnext/ado-aw/issues/141)) ([e81c570](https://github.com/githubnext/ado-aw/commit/e81c5707baf9572e31de3fef21de232bb60bf796))
16+
317
## [0.8.3](https://github.com/githubnext/ado-aw/compare/v0.8.2...v0.8.3) (2026-04-02)
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.8.3"
3+
version = "0.9.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)