From 9cf3e2cf95547fa524fb1a6a9a3addf3cfb1a6fb Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 22 May 2026 14:00:29 +0200 Subject: [PATCH] docs: release v2.0.0-rc.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8025f77..01eae192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0-rc.7] - 2026-05-22 + +### Fixed +- **GitHub Metadata Metrics**: Corrected the coverage calculation logic in `v2_optimizer.py` to properly identify GitHub repositories by ensuring URLs are correctly injected into the resource objects during the audit phase. +- **Knowledge Graph Integrity**: Resolved the 0% reporting bug in the V2 Portal index, ensuring accurate tracking of resource maturity. + +### Changed +- **Pipeline Orchestration**: Successfully validated the new decoupled workflow system by performing a manual execution of the Metadata and Publisher engines. + + ## [2.0.0-rc.6] - 2026-05-22 ### Added