Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Analysis 1.131.1 #3975

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<!-- Releases -->
<p>
Latest Releases: <br>
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.0">
<img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.131.0-x?style=plastic&label=Analysis&color=blue"></a>
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.1">
<img alt="Analysis Version Badge" src="https://img.shields.io/badge/1.131.1-x?style=plastic&label=Analysis&color=blue"></a>
<a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.135.0">
<img alt="Visualization Version Badge" src="https://img.shields.io/badge/1.135.0-x?label=Visualization&style=plastic&color=blue"></a>
</p>
Expand All @@ -24,8 +24,8 @@

<!-- Analysis -->
<div>
<a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.131.0">
<img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.131.0?label=Release%20-%20Analysis&style=plastic"></a>
<a href="https://github.com/MaibornWolff/codecharta/tree/ana-1.131.1">
<img alt="Release Analysis Badge" src="https://img.shields.io/github/check-runs/MaibornWolff/CodeCharta/ana-1.131.1?label=Release%20-%20Analysis&style=plastic"></a>
<a href="https://sonarcloud.io/dashboard?id=maibornwolff-gmbh_codecharta_analysis">
<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>
<a href="https://sonarcloud.io/project/activity?id=maibornwolff-gmbh_codecharta_analysis&graph=coverage">
Expand Down
2 changes: 2 additions & 0 deletions analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

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

## [1.131.1] - 2025-02-26

### Chore 👨‍💻 👩‍💻

- Update deprecated gradle features [#3948](https://github.com/MaibornWolff/codecharta/pull/3948)
Expand Down
2 changes: 1 addition & 1 deletion analysis/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
currentVersion=1.131.0
currentVersion=1.131.1
org.gradle.parallel=true
org.gradle.caching=false
org.gradle.unsafe.configuration-cache=false
Expand Down
4 changes: 2 additions & 2 deletions analysis/node-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analysis/node-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-analysis",
"version": "1.131.0",
"version": "1.131.1",
"engines": {
"node": ">=20"
},
Expand Down
18 changes: 18 additions & 0 deletions gh-pages/_posts/release/2025-02-26-ana_1.131.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
categories:
- Release
- Release-Analysis
tags:
- gh-pages
- release
- analysis

title: Analysis version 1.131.1
---

{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.131.1).
This version brings the following:

### Chore 👨‍💻 👩‍💻

- Update deprecated gradle features [#3948](https://github.com/MaibornWolff/codecharta/pull/3948)