Skip to content

Commit bf6b76f

Browse files
committed
Prepare release v2.1.0
1 parent 5f2143a commit bf6b76f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
This document describes the changes to the Code Graph Analysis Pipeline. The changes are grouped by version and date. The latest version is at the top.
44

5+
## v2.1.0 (2025-03-22) Public GitHub Actions Workflow, GraphViz Visualization and Git History Treemaps
6+
7+
For all details see: https://github.com/JohT/code-graph-analysis-pipeline/releases/tag/v2.1.0
8+
9+
### 🚀 Features
10+
11+
* Graph Visualization with GraphViz by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/301
12+
* Provide re-useable public workflow for code graph analysis by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/306
13+
* Add retention-days parameter to analysis workflows by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/310
14+
* Remove "results" directory in favor of the new separate code-graph-analysis-examples repository by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/317
15+
16+
### 📈 Reports
17+
18+
* Add git history file overview treemap by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/323
19+
20+
### ⚙️ Optimization
21+
22+
* Minimize Neo4j transaction log disk space utilization by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/294
23+
* Provide low memory profile by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/303
24+
* Add renovate preset to update the public reusable GitHub Workflow by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/312
25+
* Migrate renovate config by @renovate in https://github.com/JohT/code-graph-analysis-pipeline/pull/313
26+
* Improve Documentation by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/349
27+
28+
### 🛠 Fixes
29+
30+
* Fix renaming issues and missing hidden files by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/307
31+
* Improve Logging by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/319
32+
* Further improve logging by @JohT in https://github.com/JohT/code-graph-analysis-pipeline/pull/320
33+
534
## v2.0.0 (2024-12-15) TypeScript Source Code Analysis
635

736
For all details see: https://github.com/JohT/code-graph-analysis-pipeline/releases/tag/v2.0.0

0 commit comments

Comments
 (0)