Skip to content

Commit 0055e85

Browse files
committed
Releasing ana-1.139.0
1 parent 976b87f commit 0055e85

File tree

6 files changed

+47
-8
lines changed

6 files changed

+47
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<!-- Releases -->
88
<p>
99
Latest Releases: <br>
10-
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.138.0">
11-
<img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.138.0-x?style=plastic&label=Analysis&color=blue"></a>
10+
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.139.0">
11+
<img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.139.0-x?style=plastic&label=Analysis&color=blue"></a>
1212
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.137.0">
1313
<img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.137.0-x?label=Visualization&style=plastic&color=blue"></a>
1414
</p>
@@ -24,8 +24,8 @@
2424

2525
<!-- Analysis -->
2626
<div>
27-
<a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.138.0">
28-
<img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.138.0?label=Release%20-%20Analysis&style=plastic"></a>
27+
<a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.139.0">
28+
<img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.139.0?label=Release%20-%20Analysis&style=plastic"></a>
2929
<a href="https://sonarcloud.io/dashboard?id=maibornwolff-gmbh_codecharta_analysis">
3030
<img alt="Quality Gate Analysis" src="https://img.shields.io/sonar/quality_gate/maibornwolff-gmbh_codecharta_analysis/main?server=https%3A%2F%2Fsonarcloud.io&label=Quality%20Gate%20Analysis&style=plastic"></a>
3131
<a href="https://sonarcloud.io/project/activity?id=maibornwolff-gmbh_codecharta_analysis&graph=coverage">

analysis/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
77

88
## [unreleased] (Added 🚀 | Changed | Removed | Fixed 🐞 | Chore 👨‍💻 👩‍💻)
99

10+
## [1.139.0] - 2025-11-13
11+
1012
### Added 🚀
1113

1214
- Add new '--base-file' flag to unifiedparser and rawtextparser [#4270](https://github.com/MaibornWolff/codecharta/pull/4270)

analysis/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
currentVersion=1.138.0
1+
currentVersion=1.139.0
22
org.gradle.parallel=true
33
org.gradle.caching=false
44
org.gradle.unsafe.configuration-cache=false

analysis/node-wrapper/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/node-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/MaibornWolff/codecharta.git"
1111
},
1212
"name": "codecharta-analysis",
13-
"version": "1.138.0",
13+
"version": "1.139.0",
1414
"engines": {
1515
"node": ">=20"
1616
},
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
categories:
3+
- Release
4+
- Release-Analysis
5+
tags:
6+
- gh-pages
7+
- release
8+
- analysis
9+
10+
title: Analysis version 1.139.0
11+
---
12+
13+
{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.139.0).
14+
This version brings the following:
15+
16+
### Added 🚀
17+
18+
- Add new '--base-file' flag to unifiedparser and rawtextparser [#4270](https://github.com/MaibornWolff/codecharta/pull/4270)
19+
- UnifiedParser now automatically uses `.gitignore` files for file exclusion [#4254](https://github.com/MaibornWolff/codecharta/issues/4254)
20+
- RawTextParser now automatically uses `.gitignore` files for file exclusion [#4273](https://github.com/MaibornWolff/codecharta/issues/4273)
21+
- Add swift support to unifiedparser [#4335](https://github.com/MaibornWolff/codecharta/issues/4335)
22+
- Add Objective-C support to unifiedparser [#4361](https://github.com/MaibornWolff/codecharta/issues/4361)
23+
- GitLogParser is now able to find commits that contain the word hotfixes
24+
- Add four code smell metrics to unifiedparser [#4315](https://github.com/MaibornWolff/codecharta/issues/4315) and [#4353](https://github.com/MaibornWolff/codecharta/issues/4353)
25+
- long function
26+
- long parameter list
27+
- message chains
28+
- excessive comments
29+
- Add comment ratio metric to unifiedparser [#4353](https://github.com/MaibornWolff/codecharta/issues/4353)
30+
31+
### Fixed 🐞
32+
33+
- Fix "rloc_per_function" metrics of unifiedparser sometimes showing too low values [#4343](https://github.com/MaibornWolff/codecharta/issues/4343)
34+
35+
### Removed
36+
37+
- BREAKING CHANGE SourceCodeParser is removed.

0 commit comments

Comments
 (0)