codebase-graph 1.2.2

Native codebaseGraph CLI and MCP server for local code knowledge graphs.
{
  "packages": {
    ".": {
      "release-type": "rust",
      "package-name": "codebase-graph",
      "include-v-in-tag": true,
      "include-component-in-tag": false,
      "changelog-path": "CHANGELOG.md",
      "extra-files": [
        {
          "type": "toml",
          "path": "crates/k-wiki/Cargo.toml",
          "jsonpath": "$.package.version"
        },
        {
          "type": "toml",
          "path": "crates/k-wiki/Cargo.toml",
          "jsonpath": "$.dependencies['codebase-graph'].version"
        }
      ]
    }
  }
}