Skip to content

Commit 38a092e

Browse files
authored
Merge pull request #71 from cicirello/pre-for-release
Preparation for release 2.7.0
2 parents c897341 + 60aca1f commit 38a092e

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2022-06-28
88

99
### Added
10-
* CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.
1110

1211
### Changed
13-
* Refactored main control block to improve maintainability (#63).
14-
* Refactored organization of source files (#64).
15-
* Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.
1612

1713
### Deprecated
1814

1915
### Removed
2016

2117
### Fixed
2218

19+
### CI/CD
20+
21+
22+
## [2.7.0] - 2022-06-28
23+
24+
### Added
25+
* CLI Mode: Ability to run as a command-line utility outside of GitHub Actions, such as part of a local build script, etc.
26+
27+
### Changed
28+
* Refactored main control block to improve maintainability (#63).
29+
* Refactored organization of source files (#64).
30+
* Bumped base Docker image cicirello/pyaction from 4.1.0 to 4.6.0.
31+
2332
### CI/CD
2433
* Added workflow to automatically publish CLI utility to PyPI on new releases of GitHub Action to GitHub Marketplace.
2534

pyproject.toml

Lines changed: 2 additions & 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 = "0.0.2"
7+
version = "2.7.0"
88
authors = [
99
{ name="Vincent A. Cicirello", email="development@cicirello.org" },
1010
]
@@ -39,6 +39,7 @@ keywords = [
3939
"Information Page" = "https://actions.cicirello.org/jacoco-badge-generator/"
4040
"GitHub Repository" = "https://github.com/cicirello/jacoco-badge-generator"
4141
"Bug Tracker" = "https://github.com/cicirello/jacoco-badge-generator/issues"
42+
"Changelog" = "https://github.com/cicirello/jacoco-badge-generator/blob/main/CHANGELOG.md"
4243

4344
[tool.hatch.build]
4445
exclude = [

0 commit comments

Comments
 (0)