Skip to content

Commit 3200584

Browse files
committed
Add CHANGELOG for initial release
1 parent dccd36a commit 3200584

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.67.2.1] - 2024-11-24
9+
10+
### Added
11+
- Initial release of `trivy_py_ecc` (rebranded from `trivy-py`)
12+
- GitHub Actions workflow for automated PyPI publishing
13+
- Python wrapper for Trivy v0.67.2 binary
14+
- Support for multiple platforms:
15+
- Linux: x86_64, ARM64, ARM
16+
- macOS: ARM64 (Apple Silicon), x86_64 (Intel)
17+
- Windows: x64
18+
- Pre-commit hooks: `trivy-fs` and `trivy-config`
19+
- Automatic binary download and installation
20+
21+
### Changed
22+
- Package name: `trivy-py``trivy_py_ecc`
23+
- Maintainer: eccenca GmbH
24+
- Repository: https://github.com/eccenca/pre-commit-mirrors-trivy

0 commit comments

Comments
 (0)