Skip to content

Commit

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

## [Unreleased]

## [0.14.0] - 2021-05-15

### Added

- Add environment variable substitutions with `${env:<VARNAME>}` syntax. This
implements issue #28.

### Changed

- CMake Tools integration is enabled by default, with fallback to old behavior.

## [0.13.0] - 2021-01-27

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

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.13.0...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.10.1...v0.11.0
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 @@ -10,7 +10,7 @@
"Maciej Dems (https://github.com/macdems)"
],
"publisher": "fredericbonnet",
"version": "0.13.0",
"version": "0.14.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit 375daa5

Please sign in to comment.