diff --git a/README.md b/README.md index 09a34b4911..6085f209f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Latest Release:
- Analysis 1.129.0 | Visualization 1.131.2 + Analysis 1.130.0 | Visualization 1.131.2 [comment]: ################################################################################## [comment]: diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md index 1f6851b6ca..06fb2d4d14 100644 --- a/analysis/CHANGELOG.md +++ b/analysis/CHANGELOG.md @@ -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 🚀 diff --git a/analysis/gradle.properties b/analysis/gradle.properties index 130fac1b6c..313566b3e2 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -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 diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json index c9a5770fde..f04ca394de 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-analysis", - "version": "1.129.0", + "version": "1.130.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-analysis", - "version": "1.129.0", + "version": "1.130.0", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json index fc1419b2b4..7de137614e 100644 --- a/analysis/node-wrapper/package.json +++ b/analysis/node-wrapper/package.json @@ -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" }, diff --git a/gh-pages/_posts/release/2024-12-13-ana_1.130.0.md b/gh-pages/_posts/release/2024-12-13-ana_1.130.0.md new file mode 100644 index 0000000000..a5c9035d36 --- /dev/null +++ b/gh-pages/_posts/release/2024-12-13-ana_1.130.0.md @@ -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) \ No newline at end of file