Skip to content

Commit

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

## [Unreleased]

## [0.15.1] - 2021-11-25

### Fixed

- Fix environment handling with CodeLLDB debugger. This fixes issue #43.
Expand Down Expand Up @@ -153,7 +155,8 @@ Thanks to @andrewbridge for these contributions!

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.0...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.1...HEAD
[0.15.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.14.2...v0.15.0
[0.14.2]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.14.0...v0.14.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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"contributors": [
"Frédéric Bonnet <[email protected]>",
"Andrew Bridge (https://github.com/andrewbridge)",
"Maciej Dems (https://github.com/macdems)"
"Maciej Dems (https://github.com/macdems)",
"dvirtz (https://github.com/dvirtz)",
"HO-COOH (https://github.com/HO-COOH)"
],
"publisher": "fredericbonnet",
"version": "0.15.0",
"version": "0.15.1",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit ad0439d

Please sign in to comment.