Skip to content

Commit

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

## [Unreleased]

## [0.4.0] - 2019-12-02

### Fixed

- Run tests with CTest instead of executing the test commands directly. This fixes a nunber of issues with CTest options such as `PASS_REGULAR_EXPRESSION`.
- Run tests with CTest instead of executing the test commands directly. This fixes a nunber of issues with CTest options such as `PASS_REGULAR_EXPRESSION`. Fixes issues #4 and #5.

## [0.3.1] - 2019-11-01

Expand Down Expand Up @@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.3.1...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "img/icon.png",
"author": "Frédéric Bonnet <fredericbonnet@free.fr>",
"publisher": "fredericbonnet",
"version": "0.3.1",
"version": "0.4.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit fa67d4a

Please sign in to comment.