Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file modified build/distributions/cobol-check-0.2.19.zip
Binary file not shown.
Binary file modified build/libs/cobol-check-0.2.19.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
10 changes: 7 additions & 3 deletions vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file not shown.
Loading