Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Aug 15, 2022
1 parent 2fa6ac7 commit 7f1fee7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.1] - 2022-08-15

### Fixed

- Report disabled tests as skipped. This fixes issue #56.

## [0.16.0] - 2022-05-25

### Added
Expand Down Expand Up @@ -182,7 +188,8 @@ Thanks to @andrewbridge for these contributions!

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.0...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.4...v0.16.0
[0.15.4]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.3...v0.15.4
[0.15.3]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.2...v0.15.3
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Tustin2121 (https://github.com/tustin2121)"
],
"publisher": "fredericbonnet",
"version": "0.16.0",
"version": "0.16.1",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit 7f1fee7

Please sign in to comment.