File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
src/main/java/org/openmainframeproject/cobolcheck/workers Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020- Mock SQL tables
2121- Mock batch file I/O
2222
23+ ## \[ 0.2.19\] 2025-11-26
24+ - Redistributed because the jar for the vscode extension had to be updated to the currently build version 0.2.19
25+
2326## \[ 0.2.19\] 2025-10-24
2427- FD area variables are written til FD area. This removed the problem with programs having the same variable in WORKING-STORAGE twice.
2528
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class Initializer {
2121 private StatusController statusController ;
2222
2323 public Initializer (String [] args ) {
24- Log .info (Messages .get ("INF000" , "0.2.18 " ));
24+ Log .info (Messages .get ("INF000" , "0.2.19 " ));
2525 argumentController = new ArgumentHandlerController (args );
2626 environmentController = new EnvironmentSetupController ();
2727 statusController = new StatusController ();
Original file line number Diff line number Diff line change 22
33All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/
44
5- ## [ 0.4.12] 02.06.2025
6- - Now using COBOL Check version 0.2.18
7- -
5+ ## [ 0.4.13] 26.11.2025
6+ - Repeat; using COBOL Check version 0.2.19
7+ The jar was missing in the build. This has now been fixed.
8+
89## [ 0.4.13] 24.10.2025
910- Now using COBOL Check version 0.2.19
1011
12+ ## [ 0.4.12] 02.06.2025
13+ - Now using COBOL Check version 0.2.18
14+
1115## [ 0.4.11] 02.04.2025
1216- Now using COBOL Check version 0.2.17
1317
You can’t perform that action at this time.
0 commit comments