Skip to content

Commit f9bc771

Browse files
whitewhite
authored andcommitted
Remove line count stats from CHANGELOG entries
1 parent 4816132 commit f9bc771

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- [python-embed-build-common](python-embed-build-common/CHANGELOG.md) (1.0.2) — shared build logic for Gradle/Maven plugins
66
- [python-embed-maven-plugin](python-embed-maven-plugin/CHANGELOG.md) (1.0.2) — `python-embed:setup`, `python-embed:properties`, `python-embed:help` goals
7-
- [python-embed-gradle-plugin](python-embed-gradle-plugin/CHANGELOG.md) (1.0.3) — refactored to use build-common (~738→~188 lines in VenvTask)
7+
- [python-embed-gradle-plugin](python-embed-gradle-plugin/CHANGELOG.md) (1.0.3) — refactored to use build-common
88
- Split publish workflows into per-module files (`publish-build-common.yml`, `publish-maven-plugin.yml`, `publish-gradle-plugin.yml`, etc.)
99

1010
## [1.0.3] - 2026-06-25

python-embed-gradle-plugin/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Changed
66
- Extracted shared build logic into `python-embed-build-common` (VenvManager, PythonDownloader, FingerprintManager, etc.)
7-
- `VenvTask` simplified from ~738 to ~188 lines by delegating to `VenvManager`
87
- Removed `RequirementsParser` — now provided by build-common
98
- Cache path standardized: `~/.gradle/python-embed``~/.python-embed`
109
- Added `implementation 'io.github.howtis:python-embed-build-common'` dependency

0 commit comments

Comments
 (0)