Skip to content

Commit

Permalink
Update CHANGELOG.md and bump copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 10, 2025
1 parent e19cb9f commit 3f74dc3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT

name: Lint Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT

name: Automatic Tests
Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT

extends: default
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] (2025-01-10)

### Changed

- Separated failures with `TODO` [TAP directive]s into their own column, and not treated as failures.

## [1.1.1] (2024-02-16)

### Added
Expand Down Expand Up @@ -34,12 +40,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for summarising [Qt Test] [TAP] files.
- Automated tests on all supported GitHub-hosted runners (`macos-*`, `ubuntu-*` and `windows-*`).

[unreleased]: https://github.com/pcolby/tap-summary/compare/v1.1.1...HEAD
[unreleased]: https://github.com/pcolby/tap-summary/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/pcolby/tap-summary/releases/tag/v1.2.0
[1.1.1]: https://github.com/pcolby/tap-summary/releases/tag/v1.1.1
[1.1.0]: https://github.com/pcolby/tap-summary/releases/tag/v1.1.0
[1.0.1]: https://github.com/pcolby/tap-summary/releases/tag/v1.0.1
[1.0.0]: https://github.com/pcolby/tap-summary/releases/tag/v1.0.0

[#2]: https://github.com/pcolby/tap-summary/issues/2
[TAP]: https://testanything.org/ "Test Anything Protocol"
[TAP directive]: https://testanything.org/tap-version-14-specification.html#directive
[Qt Test]: https://doc.qt.io/qt-6/qtest-overview.html "Qt Test Overview"
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT

name: Summarize Test Results
Expand Down
2 changes: 1 addition & 1 deletion summary.gawk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT
#
# Summarise a set of QTest TAP (Test Anything Protocol) output files as a
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2022-2024 Paul Colby <[email protected]>
# SPDX-FileCopyrightText: 2022-2025 Paul Colby <[email protected]>
# SPDX-License-Identifier: MIT

# Hint:
Expand Down

0 comments on commit 3f74dc3

Please sign in to comment.