Skip to content

Commit 7ad148a

Browse files
authored
Merge pull request #88 from cicirello/prep-2-8-0
Prepare release 2.8.0
2 parents c1cf209 + b940658 commit 7ad148a

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2022-10-21
88

99
### Added
10-
* Generate and output a GitHub Actions workflow job summary with the coverage percentages.
1110

1211
### Changed
1312

@@ -16,14 +15,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1615
### Removed
1716

1817
### Fixed
19-
* Replaced use of GitHub Action's deprecated `set-output` workflow command.
2018

2119
### Dependencies
22-
* Bump cicirello/pyaction from 4.6.0 to 4.11.0, which includes upgrading Python within the Docker container to 3.10.7.
2320

2421
### CI/CD
2522

2623

24+
## [2.8.0] - 2022-10-21
25+
26+
### Added
27+
* Generate and output a GitHub Actions workflow job summary with the coverage percentages.
28+
29+
### Fixed
30+
* Replaced use of GitHub Action's deprecated `set-output` workflow command.
31+
32+
### Dependencies
33+
* Bump cicirello/pyaction from 4.6.0 to 4.11.0, which includes upgrading Python within the Docker container to 3.10.7.
34+
35+
2736
## [2.7.0] - 2022-06-28
2837

2938
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ You can also use a specific release with:
648648
649649
```yml
650650
- name: Generate JaCoCo Badge
651-
uses: cicirello/jacoco-badge-generator@v2.7.0
651+
uses: cicirello/jacoco-badge-generator@v2.8.0
652652
with:
653653
generate-branches-badge: true
654654
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jacoco-badge-generator"
7-
version = "2.7.0"
7+
version = "2.8.0"
88
authors = [
99
{ name="Vincent A. Cicirello", email="development@cicirello.org" },
1010
]

0 commit comments

Comments
 (0)