Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.11.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.11.0](https://github.com/ophi-dev/mehen/compare/v1.10.0...v1.11.0) (2026-08-29)


### Features

* **action:** GitHub Code Quality interop + workflow-artifact base-coverage source ([#256](https://github.com/ophi-dev/mehen/issues/256)) ([45ae3e1](https://github.com/ophi-dev/mehen/commit/45ae3e12fce5f2650c3fb8741f3e58f0a8c4d169))
* integrate GitHub native code coverage API via Cobertura report ([#253](https://github.com/ophi-dev/mehen/issues/253)) ([35a8767](https://github.com/ophi-dev/mehen/commit/35a87679ffc8ddff6e30ff569c64e8578889a211))
* **metrics:** emit contribution evidence across all analyzers ([#252](https://github.com/ophi-dev/mehen/issues/252)) ([55bbf4a](https://github.com/ophi-dev/mehen/commit/55bbf4a2b4fdc649cb6c905d743745d9f9d9f179))


### Parser & Grammar Updates

* bump ra_ap_syntax from 0.0.347 to 0.0.348 ([#260](https://github.com/ophi-dev/mehen/issues/260)) ([42bd4ef](https://github.com/ophi-dev/mehen/commit/42bd4ef9f901d0230966c6c0dfc7f7ee3448a001))
* bump ra_ap_syntax from 0.0.348 to 0.0.349 ([#267](https://github.com/ophi-dev/mehen/issues/267)) ([a118e45](https://github.com/ophi-dev/mehen/commit/a118e4523233fcbb4b6575916c082c782cf4d7ad))
* bump the mago group with 4 updates ([#259](https://github.com/ophi-dev/mehen/issues/259)) ([0017ac0](https://github.com/ophi-dev/mehen/commit/0017ac0f75f92120dba1794472d61daae78e16fd))
* bump the mago group with 4 updates ([#265](https://github.com/ophi-dev/mehen/issues/265)) ([6d9bd5b](https://github.com/ophi-dev/mehen/commit/6d9bd5b341890c8bccfcf39b5903f80c711a62f4))
* bump the oxc group with 6 updates ([#258](https://github.com/ophi-dev/mehen/issues/258)) ([7c9761f](https://github.com/ophi-dev/mehen/commit/7c9761ff4f68d9bd18835091922f7c3f03bcff8b))
* bump the oxc group with 6 updates ([#264](https://github.com/ophi-dev/mehen/issues/264)) ([cc8c3c9](https://github.com/ophi-dev/mehen/commit/cc8c3c96581ce14f34877ba2c3dd937140340afb))
* bump tree-sitter from 0.26.12 to 0.26.13 in the tree-sitter group ([#263](https://github.com/ophi-dev/mehen/issues/263)) ([10cf533](https://github.com/ophi-dev/mehen/commit/10cf53376901c57b49e2db2dcea7266e00b0a428))

## [1.10.0](https://github.com/ophi-dev/mehen/compare/v1.9.0...v1.10.0) (2026-08-19)


Expand Down
54 changes: 27 additions & 27 deletions 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
Expand Up @@ -41,7 +41,7 @@ default-members = ["crates/mehen-cli"]
unreachable_pub = "warn"

[workspace.package]
version = "1.10.0"
version = "1.11.0"
authors = ["Konstantin Vyatkin <tino@vtkn.io>"]
edition = "2024"
rust-version = "1.95.0"
Expand Down
18 changes: 9 additions & 9 deletions npm/mehen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mehen",
"version": "1.10.0",
"version": "1.11.0",
"description": "Tool to compute and export code metrics",
"keywords": [
"metrics",
Expand Down Expand Up @@ -37,14 +37,14 @@
"node": ">=18.0.0"
},
"optionalDependencies": {
"@mehen/linux-x64-gnu": "1.10.0",
"@mehen/linux-x64-musl": "1.10.0",
"@mehen/linux-arm64-gnu": "1.10.0",
"@mehen/linux-arm64-musl": "1.10.0",
"@mehen/darwin-x64": "1.10.0",
"@mehen/darwin-arm64": "1.10.0",
"@mehen/win32-x64": "1.10.0",
"@mehen/win32-arm64": "1.10.0"
"@mehen/linux-x64-gnu": "1.11.0",
"@mehen/linux-x64-musl": "1.11.0",
"@mehen/linux-arm64-gnu": "1.11.0",
"@mehen/linux-arm64-musl": "1.11.0",
"@mehen/darwin-x64": "1.11.0",
"@mehen/darwin-arm64": "1.11.0",
"@mehen/win32-x64": "1.11.0",
"@mehen/win32-arm64": "1.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0