diff --git a/README.md b/README.md index 5289f5e0be..95360e17ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@

Latest Release:
- Analysis 1.127.0 | Visualization 1.129.1 + Analysis 1.128.0 | Visualization 1.129.1 [comment]: ################################################################################## [comment]: diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md index 34c9c0202c..64742a6395 100644 --- a/analysis/CHANGELOG.md +++ b/analysis/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻) +## [1.128.0] - 2024-11-04 + ### Added 🚀 - Add the option to specify whole folders for the CSVExporter instead of only single files [#3411](https://github.com/MaibornWolff/codecharta/pull/3792) diff --git a/analysis/gradle.properties b/analysis/gradle.properties index 4ebe003561..094cb1c82b 100644 --- a/analysis/gradle.properties +++ b/analysis/gradle.properties @@ -1,4 +1,4 @@ -currentVersion=1.127.0 +currentVersion=1.128.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 eb4cb824a6..5597484fc7 100644 --- a/analysis/node-wrapper/package-lock.json +++ b/analysis/node-wrapper/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecharta-analysis", - "version": "1.127.0", + "version": "1.128.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecharta-analysis", - "version": "1.127.0", + "version": "1.128.0", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json index 3464bf3394..f13f418c75 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.127.0", + "version": "1.128.0", "engines": { "node": ">=20" }, diff --git a/gh-pages/_posts/release/2024-11-04-ana_1_128_0.md b/gh-pages/_posts/release/2024-11-04-ana_1_128_0.md new file mode 100644 index 0000000000..6c4483cffd --- /dev/null +++ b/gh-pages/_posts/release/2024-11-04-ana_1_128_0.md @@ -0,0 +1,18 @@ +--- +categories: + - Release + - Release-Analysis +tags: + - gh-pages + - release + - analysis + +title: Analysis version 1.128.0 +--- + +{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.128.0). +This version brings the following: + +### Added 🚀 + +- Add the option to specify whole folders for the CSVExporter instead of only single files [#3411](https://github.com/MaibornWolff/codecharta/pull/3792)