Skip to content

Commit 82e2ec8

Browse files
chore(main): release 0.11.0 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1859ae commit 82e2ec8

4 files changed

Lines changed: 21 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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/githubnext/ado-aw/compare/v0.10.0...v0.11.0) (2026-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The create subcommand has been removed. Use ado-aw init instead.
9+
10+
### Features
11+
12+
* **create-pr:** align with gh-aw create-pull-request implementation ([#155](https://github.com/githubnext/ado-aw/issues/155)) ([b1859ae](https://github.com/githubnext/ado-aw/commit/b1859ae92934a12ff6d305d06804929cff96bf0b))
13+
* replace create wizard with AI-first onboarding ([#187](https://github.com/githubnext/ado-aw/issues/187)) ([c468320](https://github.com/githubnext/ado-aw/commit/c468320d868b943826129d08b17a0c3ad5ca805c))
14+
15+
16+
### Bug Fixes
17+
18+
* address injection vulnerabilities from red team audit ([#171](https://github.com/githubnext/ado-aw/issues/171)) ([#175](https://github.com/githubnext/ado-aw/issues/175)) ([5e3ac1b](https://github.com/githubnext/ado-aw/commit/5e3ac1bcba42da9f640479fd4bd77766db97c5de))
19+
* pin prompt URLs to version tag instead of main branch ([#191](https://github.com/githubnext/ado-aw/issues/191)) ([1f3b6da](https://github.com/githubnext/ado-aw/commit/1f3b6da140edba1b527d79c5a20560abe5fb923a))
20+
321
## [0.10.0](https://github.com/githubnext/ado-aw/compare/v0.9.0...v0.10.0) (2026-04-14)
422

523

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

66
[dependencies]

0 commit comments

Comments
 (0)