Skip to content

Commit 16ebdec

Browse files
authored
Merge pull request #1 from openmainframeproject/Developer
merge changes from upstream repo
2 parents 3a6839e + 548fac2 commit 16ebdec

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

26 Bytes
Binary file not shown.

build/libs/cobol-check-0.2.19.jar

0 Bytes
Binary file not shown.

src/main/java/org/openmainframeproject/cobolcheck/workers/Initializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

vs-code-extension/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All 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

267 KB
Binary file not shown.

0 commit comments

Comments
 (0)