Skip to content

Commit de911dc

Browse files
chore(main): release 0.22.1 (#408)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f25f06 commit de911dc

4 files changed

Lines changed: 10 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.22.0"
2+
".": "0.22.1"
33
}

CHANGELOG.md

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

3+
## [0.22.1](https://github.com/githubnext/ado-aw/compare/v0.22.0...v0.22.1) (2026-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **compile:** remove empty env block from executor step when no write permissions ([#407](https://github.com/githubnext/ado-aw/issues/407)) ([0f25f06](https://github.com/githubnext/ado-aw/commit/0f25f060747c669f2c8b2c9f044c46a5b71ebcc2))
9+
310
## [0.22.0](https://github.com/githubnext/ado-aw/compare/v0.21.0...v0.22.0) (2026-05-05)
411

512

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

66
[dependencies]

0 commit comments

Comments
 (0)