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
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.
5 changes: 4 additions & 1 deletion vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/

## [0.4.14] 27.11.2025
- Republish; using COBOL Check version 0.2.19

## [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.
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
Expand Down
Binary file not shown.
Binary file modified vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Snippets"
],
"description": "Extension for running unit tests in Cobol",
"version": "0.4.13",
"version": "0.4.14",
"icon": "images/cobol-check-logo-small.png",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
],
"description": "Extension for running unit tests in Cobol",
"version": "0.4.13",
"version": "0.4.14",
"icon": "images/cobol-check-logo-small.png",
"repository": {
"type": "git",
Expand Down
Loading