Skip to content

Commit

Permalink
📌 Merge pull request #104 from numaru/release/1.10.0
Browse files Browse the repository at this point in the history
Release/1.10.0
  • Loading branch information
numaru authored Jun 4, 2022
2 parents 1980add + ffaab04 commit 58cbac2
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.changelog_reader.outputs.version }}
tag_name: v${{ steps.changelog_reader.outputs.version }}
release_name: Release ${{ steps.changelog_reader.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
Expand Down
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](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.10.0] - 2022-06-04

### Added

* A option to remove the ANSI escape sequences.

## [1.9.1] - 2022-04-15

### Fixed
Expand Down Expand Up @@ -153,7 +159,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Initial features

[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.1...develop
[Unreleased]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.10.0...develop
[1.9.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.1...v1.10.0
[1.9.1]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.8.2...v1.9.0
[1.8.2]: https://github.com/numaru/vscode-ceedling-test-adapter/compare/v1.8.1...v1.8.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Property | Description
`ceedlingExplorer.problemMatching` | Configuration of compiler/linker problem matching. See [Problem matching](#problem%20matching) section for details.
`ceedlingExplorer.testCaseMacroAliases` | An array of aliases for the `TEST_CASE` macro. By default it is `["TEST_CASE"]`
`ceedlingExplorer.testRangeMacroAliases`| An array of aliases for the `TEST_RANGE` macro. By default it is `["TEST_RANGE"]`
`ceedlingExplorer.ansiEscapeSequencesRemoved`| Should the ansi escape sequences be removed from ceedling stdout and stderr. By default it is `true`
<br>

### Problem matching
Expand Down
Loading

0 comments on commit 58cbac2

Please sign in to comment.