diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ae9964..fe3efb7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Mock SQL tables - Mock batch file I/O +## \[0.2.19\] 2025-11-26 +- Redistributed because the jar for the vscode extension had to be updated to the currently build version 0.2.19 + ## \[0.2.19\] 2025-10-24 - FD area variables are written til FD area. This removed the problem with programs having the same variable in WORKING-STORAGE twice. diff --git a/build/distributions/cobol-check-0.2.19.zip b/build/distributions/cobol-check-0.2.19.zip index 2967bcbd..b075a1a2 100644 Binary files a/build/distributions/cobol-check-0.2.19.zip and b/build/distributions/cobol-check-0.2.19.zip differ diff --git a/build/libs/cobol-check-0.2.19.jar b/build/libs/cobol-check-0.2.19.jar index 4621e8b1..851153bc 100644 Binary files a/build/libs/cobol-check-0.2.19.jar and b/build/libs/cobol-check-0.2.19.jar differ diff --git a/src/main/java/org/openmainframeproject/cobolcheck/workers/Initializer.java b/src/main/java/org/openmainframeproject/cobolcheck/workers/Initializer.java index f075724b..365c7db9 100644 --- a/src/main/java/org/openmainframeproject/cobolcheck/workers/Initializer.java +++ b/src/main/java/org/openmainframeproject/cobolcheck/workers/Initializer.java @@ -21,7 +21,7 @@ public class Initializer { private StatusController statusController; public Initializer(String[] args) { - Log.info(Messages.get("INF000", "0.2.18")); + Log.info(Messages.get("INF000", "0.2.19")); argumentController = new ArgumentHandlerController(args); environmentController = new EnvironmentSetupController(); statusController = new StatusController(); diff --git a/vs-code-extension/CHANGELOG.md b/vs-code-extension/CHANGELOG.md index 3c5b6876..86f26060 100644 --- a/vs-code-extension/CHANGELOG.md +++ b/vs-code-extension/CHANGELOG.md @@ -2,12 +2,16 @@ All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/ -## [0.4.12] 02.06.2025 -- Now using COBOL Check version 0.2.18 -- +## [0.4.13] 26.11.2025 +- Repeat; using COBOL Check version 0.2.19 +The jar was missing in the build. This has now been fixed. + ## [0.4.13] 24.10.2025 - Now using COBOL Check version 0.2.19 +## [0.4.12] 02.06.2025 +- Now using COBOL Check version 0.2.18 + ## [0.4.11] 02.04.2025 - Now using COBOL Check version 0.2.17 diff --git a/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar b/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar new file mode 100644 index 00000000..851153bc Binary files /dev/null and b/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar differ