Skip to content

Commit

Permalink
Prepare prerelease 0.2.15 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenherring authored Oct 8, 2024
1 parent c2262ee commit 6021b56
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/dummy-ext",
"--install-extension=ablunit-test-runner-0.2.13.vsix",
"--install-extension=ablunit-test-runner-0.2.15.vsix",
"--enable-proposed-api=kherring.ablunit-test-runner",
"${workspaceFolder}/test_projects/${input:workspaceName}"
]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.2.15](https://github.com/kenherring/ablunit-test-runner/releases/tag/0.2.15) - 2024-10-08 (pre-release)

* Use `TestMesssage.stackTrace` instead of custom display (#213)
* Minor script and test cleanup (#178)

**Full Changelog**: [0.2.13...0.2.15](https://github.com/kenherring/ablunit-test-runner/compare/0.2.13...0.2.15)

# [0.2.13](https://github.com/kenherring/ablunit-test-runner/releases/tag/0.2.13) - 2024-10-03 (pre-release)

* Unskip proj7 tests for large projects (#194)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ablunit-test-runner",
"displayName": "ABLUnit Test Runner",
"description": "OpenEdge ABLUnit test runner for VSCode",
"version": "0.2.13",
"version": "0.2.15",
"preview": true,
"engineStrict": true,
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=kenherring
sonar.projectKey=kenherring_ablunit-test-runner
sonar.projectName=ablunit-test-runner
sonar.projectVersion=0.2.13
sonar.projectVersion=0.2.15
sonar.sourceEncoding=UTF-8

sonar.sources=.
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.2.13'
export const LIB_VERSION = '0.2.15'

0 comments on commit 6021b56

Please sign in to comment.