Skip to content

Commit 15c941f

Browse files
Releasing ana-1.130.0
1 parent b83945f commit 15c941f

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<p>
77
Latest Release: <br>
8-
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.129.0">1.129.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.131.2">1.131.2</a>
8+
Analysis <a href="https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.130.0">1.130.0</a> | Visualization <a href="https://github.com/MaibornWolff/codecharta/releases/tag/vis-1.131.2">1.131.2</a>
99

1010
[comment]: ##################################################################################
1111
[comment]: <Ensure that the words 'latest release' are above the line with the links>

analysis/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/)
77

8-
## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)
8+
## [1.130.0] - 2024-12-17 (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)
99

1010
### Added 🚀
1111

analysis/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
currentVersion=1.129.0
1+
currentVersion=1.130.0
22
org.gradle.parallel=true
33
org.gradle.caching=false
44
org.gradle.unsafe.configuration-cache=false

analysis/node-wrapper/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/node-wrapper/package.json

+1-1
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.129.0",
13+
"version": "1.130.0",
1414
"engines": {
1515
"node": ">=20"
1616
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
categories:
3+
- Release
4+
- Release-Analysis
5+
tags:
6+
- gh-pages
7+
- release
8+
- analysis
9+
10+
title: Analysis version 1.130.0
11+
---
12+
13+
{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.130.0).
14+
This version brings the following:
15+
16+
### Added 🚀
17+
18+
- Add a new `--large` flag to the MergeFilter that merges projects into one file each in its own subfolder depending on the input file's dot-prefix name [#3841](https://github.com/MaibornWolff/codecharta/pull/3841)
19+
- Add the ability to the MergeFilter to specify the output file during `--mimo` operation [#3841](https://github.com/MaibornWolff/codecharta/pull/3841)

0 commit comments

Comments
 (0)