Skip to content

Commit 692dc27

Browse files
committed
📝 Update CHANGELOG.md to v1.13.0
1 parent 304efab commit 692dc27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)