You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,31 @@
12
12
13
13
#### 🚀 Features
14
14
* Add Runtime Signals to the knowledge graph: Cobertura test coverage report processing, associated new entity and relationship types, and integrate into graph building. (`73d8ef1`)
15
+
16
+
17
+
---
18
+
19
+
## [Unreleased] - 2025-12-18
20
+
21
+
**Focus:** Bug Fixes
22
+
23
+
### 🧠 Temporal Context & Intent
24
+
> *Auto-generated: Add context about why these changes were made.*
* Added manual manual changelog generation capability in CI pipeline. Added flexibility in content scoping for the changelog (`d8207a4`)
33
+
34
+
#### 🐛 Fixes
35
+
* fix linting errors add future annotations import to all modules (`d6559d2`)
36
+
* Changes to address tree-sitter-languages dependency issues: - Restricted `requires-python` in `pyproject.toml` to `<3.13`. - User removed 3.13 from `ci-cd.yml`. (`745b38c`)
37
+
38
+
#### 🔨 Refactoring
39
+
* Remove unused imports and update Python version range in lock file. Also, fixed linting issues. (`72a63ec`)
40
+
41
+
#### 📦 Other Changes
42
+
* ci: add step to commit and push generated changelog. (`4039499`)
0 commit comments