Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.37.0"
".": "0.38.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.38.0](https://github.com/githubnext/ado-aw/compare/v0.37.0...v0.38.0) (2026-06-16)


### Features

* **ir:** add typed helper for ExtractFiles@1 ([#1042](https://github.com/githubnext/ado-aw/issues/1042)) ([33284df](https://github.com/githubnext/ado-aw/commit/33284dfe978f861da42a5e564a379a1051f0f0fd))
* **ir:** add typed helper for NuGetCommand@2 ([#1047](https://github.com/githubnext/ado-aw/issues/1047)) ([513643e](https://github.com/githubnext/ado-aw/commit/513643e3cb417711a7ebcd42806bdf63238afe75))
* **ir:** add typed helpers for PowerShell@2 ([#1051](https://github.com/githubnext/ado-aw/issues/1051)) ([c752f81](https://github.com/githubnext/ado-aw/commit/c752f81dd360c8cf9c7e4e9136756fbde105f313))


### Bug Fixes

* **ado:** detect ADO sign-in HTML response in list and report auth error ([#1044](https://github.com/githubnext/ado-aw/issues/1044)) ([77bee77](https://github.com/githubnext/ado-aw/commit/77bee7749fda54da38e3c739621b812e6b41007b))
* **smoke:** target ADO agent-definitions repo for PR/git-write smokes ([#1045](https://github.com/githubnext/ado-aw/issues/1045)) ([aae77f6](https://github.com/githubnext/ado-aw/commit/aae77f65e33b4bc32262cbda4c2faafd7580bde9))

## [0.37.0](https://github.com/githubnext/ado-aw/compare/v0.36.0...v0.37.0) (2026-06-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ado-aw"
version = "0.37.0"
version = "0.38.0"
edition = "2024"

[dependencies]
Expand Down