Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Jan 26, 2023
1 parent 8d11e6c commit b46f1e2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] - 2023-01-26

### Added

- Add decorations for error messages (thanks @appden!)
- Add `cmakeExplorer.errorPattern` for error message capture

### Fixed

- Revert `activationEvent` to `*` instead of `CMakeLists.txt`, as it seems to
Expand Down Expand Up @@ -148,7 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add variable substitution in settings
- Add [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) integration
- Add [CMake Tools][cmake-tools] integration

Thanks to @andrewbridge for these contributions!

Expand All @@ -174,7 +181,9 @@ Thanks to @andrewbridge for these contributions!

### Fixed

- Run tests with CTest instead of executing the test commands directly. This fixes a number of issues with CTest options such as `PASS_REGULAR_EXPRESSION`. Fixes issues #4 and #5.
- Run tests with CTest instead of executing the test commands directly. This
fixes a number of issues with CTest options such as `PASS_REGULAR_EXPRESSION`.
Fixes issues #4 and #5.

## [0.3.1] - 2019-11-01

Expand All @@ -193,7 +202,8 @@ Thanks to @andrewbridge for these contributions!
### Added

- Check that buildDir exists before loading tests
- Add CTest path autodetect from CMakeCache.txt file; this should avoid useless creation of `Testing` subdirs in non-CMake project dirs
- Add CTest path autodetect from CMakeCache.txt file; this should avoid useless
creation of `Testing` subdirs in non-CMake project dirs

### Changed

Expand All @@ -205,7 +215,14 @@ Thanks to @andrewbridge for these contributions!

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.3...HEAD
<!-- Links -->

[cmake-tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools)

<!-- Versions -->

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.3...v0.17.0
[0.16.3]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.2...v0.16.3
[0.16.2]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.1...v0.16.2
[0.16.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.0...v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"HO-COOH (https://github.com/HO-COOH)",
"Mészáros Gergely (https://github.com/Maetveis)",
"Dominic van Berkel (https://github.com/barometz)",
"Tustin2121 (https://github.com/tustin2121)"
"Tustin2121 (https://github.com/tustin2121)",
"Scott Kyle (https://github.com/appden)"
],
"publisher": "fredericbonnet",
"version": "0.16.3",
"version": "0.17.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit b46f1e2

Please sign in to comment.