Skip to content

Commit

Permalink
Release 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed May 4, 2024
1 parent 9fd1620 commit 48bdfab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.4] - 2024-05-04

### Fixed

- Revert previous fix for issue #68 and rely on [workspace
trust](https://code.visualstudio.com/docs/editor/workspace-trust) instead.
This addresses issue #74.

## [0.17.3] - 2024-04-08

### Fixed
Expand Down Expand Up @@ -242,7 +250,8 @@ Thanks to @andrewbridge for these contributions!

<!-- Versions -->

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.3...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.4...HEAD
[0.17.4]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.3...v0.17.4
[0.17.3]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.1...v0.17.2
[0.17.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.0...v0.17.1
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 @@ -18,7 +18,7 @@
"Elizabeth Lin (https://github.com/elizabethtl)"
],
"publisher": "fredericbonnet",
"version": "0.17.3",
"version": "0.17.4",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit 48bdfab

Please sign in to comment.