From 640e3486937c7953e674866e2161ad5c868eb35d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:50:20 +0000 Subject: [PATCH] chore(main): release roe 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caa72e9..fc6de5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.3.0](https://github.com/Artmann/roe/compare/roe-v1.2.0...roe-v1.3.0) (2026-07-26) + + +### Features + +* **check:** Run all three analyses when no command is given ([8408a87](https://github.com/Artmann/roe/commit/8408a876c7271e17cabd1a28bb80d91bcae5c5ae)) +* **health:** Add a baseline so CI can gate on new findings ([41f4267](https://github.com/Artmann/roe/commit/41f4267c76276845bf0bf0f43d9c6b27f09a0910)), closes [#23](https://github.com/Artmann/roe/issues/23) + + +### Bug Fixes + +* **health:** Count required input parameters, not declared ones ([65e2a0e](https://github.com/Artmann/roe/commit/65e2a0e76922535271ad435bc61b2af91f93ed92)) +* **health:** Exclude const fields from the large-type member count ([1f5b3cf](https://github.com/Artmann/roe/commit/1f5b3cf78c757fd8db6d27e69c9e908d0fbfbf31)) +* **health:** Report what was actually scanned in the footer ([73a0be7](https://github.com/Artmann/roe/commit/73a0be7c09bd68a079f271bc322ea0e3c2de31ab)) +* **health:** Stop counting ?? toward cyclomatic complexity ([bf82e47](https://github.com/Artmann/roe/commit/bf82e4710866e569c0b468f37162fa79465a253e)) + ## [1.2.0](https://github.com/Artmann/roe/compare/roe-v1.1.0...roe-v1.2.0) (2026-07-25) diff --git a/Cargo.lock b/Cargo.lock index 9be9b41..9cb27fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "roe" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 63c2600..937c97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roe" -version = "1.2.0" +version = "1.3.0" edition = "2024" description = "Codebase intelligence for C# — dead code, duplicate, and health checks" license = "MIT"