Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Dec 13, 2024
2 parents 1ebc9e5 + d82bbd3 commit 821d01e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<p>
Latest Release: <br>
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>
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>

[comment]: ##################################################################################
[comment]: <Ensure that the words 'latest release' are above the line with the links>
Expand Down
2 changes: 1 addition & 1 deletion analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/)

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

### Added 🚀

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.129.0
currentVersion=1.130.0
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.129.0",
"version": "1.130.0",
"engines": {
"node": ">=20"
},
Expand Down
19 changes: 19 additions & 0 deletions gh-pages/_posts/release/2024-12-13-ana_1.130.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
categories:
- Release
- Release-Analysis
tags:
- gh-pages
- release
- analysis

title: Analysis version 1.130.0
---

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

### Added 🚀

- 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)
- Add the ability to the MergeFilter to specify the output file during `--mimo` operation [#3841](https://github.com/MaibornWolff/codecharta/pull/3841)

0 comments on commit 821d01e

Please sign in to comment.