Skip to content

Commit 7dd88bb

Browse files
chore(main): release 1.0.0
1 parent b25f143 commit 7dd88bb

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/githubnext/ado-aw/compare/v0.7.1...v1.0.0) (2026-04-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* \check <source> <pipeline>\ is now \check <pipeline>\. Update any scripts or pipeline templates that call the old two-arg form.
9+
10+
### Features
11+
12+
* auto-detect source from header in check command ([#108](https://github.com/githubnext/ado-aw/issues/108)) ([b25f143](https://github.com/githubnext/ado-aw/commit/b25f1431928543af23a471210f2c4e8422e9d86e))
13+
314
## [0.7.1](https://github.com/githubnext/ado-aw/compare/v0.7.0...v0.7.1) (2026-04-01)
415

516

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

66
[dependencies]

0 commit comments

Comments
 (0)