Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed May 25, 2022
1 parent e82b7fd commit 34f4774
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.0] - 2022-05-25

### Added

- Add support for reporting skipped tests (thanks @tustin2121!).

## [0.15.4] - 2022-03-02

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

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.4...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.0...HEAD
[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
[0.15.2]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.1...v0.15.2
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 @@ -11,10 +11,11 @@
"dvirtz (https://github.com/dvirtz)",
"HO-COOH (https://github.com/HO-COOH)",
"Mészáros Gergely (https://github.com/Maetveis)",
"Dominic van Berkel (https://github.com/barometz)"
"Dominic van Berkel (https://github.com/barometz)",
"Tustin2121 (https://github.com/tustin2121)"
],
"publisher": "fredericbonnet",
"version": "0.15.4",
"version": "0.16.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit 34f4774

Please sign in to comment.