File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jacoco-badge-generator"
7- version = " 2.7 .0"
7+ version = " 2.8 .0"
88authors = [
99 { name =" Vincent A. Cicirello" , email =" development@cicirello.org" },
1010]
You can’t perform that action at this time.
0 commit comments