Skip to content

Commit 2524ec8

Browse files
chore(main): release 0.17.1
1 parent 889ee62 commit 2524ec8

4 files changed

Lines changed: 11 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.17.0"
2+
".": "0.17.1"
33
}

CHANGELOG.md

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

3+
## [0.17.1](https://github.com/githubnext/ado-aw/compare/v0.17.0...v0.17.1) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* block template marker delimiters in front matter identity fields ([#315](https://github.com/githubnext/ado-aw/issues/315)) ([2575246](https://github.com/githubnext/ado-aw/commit/2575246ef14b958e4baf757688190d6109286bf4))
9+
* deterministic MCPG config key ordering (HashMap -> BTreeMap) ([#328](https://github.com/githubnext/ado-aw/issues/328)) ([889ee62](https://github.com/githubnext/ado-aw/commit/889ee62143d535ec029ef2a71e6fe9d0de23d297))
10+
311
## [0.17.0](https://github.com/githubnext/ado-aw/compare/v0.16.0...v0.17.0) (2026-04-23)
412

513

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

66
[dependencies]

0 commit comments

Comments
 (0)