Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "4.28.1",
".": "4.28.2",
"plugins/development": "4.2.1",
"plugins/reporting": "2.0.2",
"plugins/reporting": "2.0.3",
".claude-plugin": "8.0.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.28.2](https://github.com/panbanda/omen/compare/omen-v4.28.1...omen-v4.28.2) (2026-08-19)


### Bug Fixes

* **reporting:** require analysts to verify claims against source ([#492](https://github.com/panbanda/omen/issues/492)) ([2597c85](https://github.com/panbanda/omen/commit/2597c85b0312f0983dbcc47984731c3977155e1e)), closes [#490](https://github.com/panbanda/omen/issues/490)
* **score:** sample trend across actual commit range, not epoch-to-now ([#489](https://github.com/panbanda/omen/issues/489)) ([6cdf6c7](https://github.com/panbanda/omen/commit/6cdf6c7f1387a69b056e0ae7084b1631a6231f3e))

## [4.28.1](https://github.com/panbanda/omen/compare/omen-v4.28.0...omen-v4.28.1) (2026-08-12)


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 = "omen-cli"
version = "4.28.1"
version = "4.28.2"
edition = "2021"
rust-version = "1.92"
authors = ["Panbanda"]
Expand Down
7 changes: 7 additions & 0 deletions plugins/reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/panbanda/omen/compare/omen-reporting-v2.0.2...omen-reporting-v2.0.3) (2026-08-19)


### Bug Fixes

* **reporting:** require analysts to verify claims against source ([#492](https://github.com/panbanda/omen/issues/492)) ([2597c85](https://github.com/panbanda/omen/commit/2597c85b0312f0983dbcc47984731c3977155e1e)), closes [#490](https://github.com/panbanda/omen/issues/490)

## [2.0.2](https://github.com/panbanda/omen/compare/omen-reporting-v2.0.1...omen-reporting-v2.0.2) (2026-08-11)


Expand Down
2 changes: 1 addition & 1 deletion plugins/reporting/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omen-reporting",
"description": "Generate comprehensive HTML health reports with research-backed insights from specialized domain analysts",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Jonathan Reyes",
"email": "me@jonathanreyes.com"
Expand Down