File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.13.0] - 2025-12-17
11+
1012### Added
1113
14+ * Add support for ruby ` #{ENV['FOO']} ` syntax.
1215* Add support for Ceedling 1.0+ ` report_tests_log_factory ` plugin with CppUnit format.
1316* Add ` ceedlingExplorer.debugTestExecutablePath ` command that returns the full path to test executable.
1417* Add ` isCeedling1Plus() ` helper method for reliable Ceedling 1.0+ detection using plugin configuration.
@@ -195,7 +198,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
195198
196199* Initial features
197200
198- [ Unreleased ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.12.0...develop
201+ [ Unreleased ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.13.0...develop
202+ [ 1.13.0 ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.12.0...v1.13.0
199203[ 1.12.0 ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.11.0...v1.12.0
200204[ 1.11.0 ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.1...v1.11.0
201205[ 1.10.1 ] : https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.0...v1.10.1
You can’t perform that action at this time.
0 commit comments