Skip to content

Commit 3d7d9d9

Browse files
Pato SandañaCopilot
andcommitted
chore: release cargo-anvil 0.9.0
Bump cargo-anvil 0.8.0 -> 0.9.0 and regenerate CHANGELOG.md via scripts/release-crate.ps1. On merge, automation tags the commit and publishes the crate to crates.io. This release carries #167 (catalog pins: cargo-coverage-gate 0.4.0, cargo-heather 0.3.0) plus the accumulated fixes/perf since 0.8.0. Also backfills the previously-missing [0.8.0] CHANGELOG section — 0.8.0 was tagged and published via #158 without a changelog entry — so the history is contiguous. Regenerated .anvil.lock (tool_version 0.8.0 -> 0.9.0). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 381c59e2-8fdb-4f43-b21e-2760b6dcb2da
1 parent 6615afc commit 3d7d9d9

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

.anvil.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = 1
22
tool = "anvil"
3-
tool_version = "0.8.0"
3+
tool_version = "0.9.0"
44
catalog_checksum = "sha256:baa2a5e479fe8f466e8f54e71ef0c498e07ac225b59a61a76ee99d46d5498650"
55

66
[[file]]

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.

crates/cargo-anvil/CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
## [0.9.0] - 2026-09-08
6+
7+
- 🐛 Bug Fixes
8+
9+
- retry oversized Windows coverage exports ([#166](https://github.com/microsoft/ox-tools/pull/166))
10+
- make anvil-fmt actually run the pinned nightly rustfmt ([#159](https://github.com/microsoft/ox-tools/pull/159))
11+
- address validation follow-ups ([#131](https://github.com/microsoft/ox-tools/pull/131))
12+
- remove Bash from ADO steps ([#160](https://github.com/microsoft/ox-tools/pull/160))
13+
14+
- ⚡ Performance
15+
16+
- parallelize Miri test artifacts ([#123](https://github.com/microsoft/ox-tools/pull/123))
17+
18+
- 🏗️ Build System
19+
20+
- bump cargo-coverage-gate and cargo-heather catalog pins ([#167](https://github.com/microsoft/ox-tools/pull/167))
21+
22+
## [0.8.0] - 2026-09-04
23+
24+
- ⚠️ Breaking
25+
26+
- identify the ADO stage on every job wrapper invocation ([#154](https://github.com/microsoft/ox-tools/pull/154))
27+
28+
- ✨ Features
29+
30+
- replace legacy CI with aggregate gate ([#158](https://github.com/microsoft/ox-tools/pull/158))
31+
32+
- 🐛 Bug Fixes
33+
34+
- let the container image resolve the declared MSRV ([#155](https://github.com/microsoft/ox-tools/pull/155))
35+
336
## [0.7.0] - 2026-09-03
437

538
- ✨ Features

crates/cargo-anvil/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "cargo-anvil"
6-
version = "0.8.0"
6+
version = "0.9.0"
77
edition.workspace = true
88
rust-version.workspace = true
99
license.workspace = true

0 commit comments

Comments
 (0)