From 37e38984c8f0d59c1a8492536e1bd3a0a8f895e6 Mon Sep 17 00:00:00 2001 From: Aqua Security automated builds <54269356+aqua-bot@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:28:17 +0300 Subject: [PATCH] release: v0.53.1 [main] --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5e510d9d3ad..1e8c7ee54fb0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.53.0"} +{".":"0.53.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index fccfdbb410c7..d8d404360b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.53.1](https://github.com/aquasecurity/trivy/compare/v0.53.0...v0.53.1) (2024-07-02) + + +### Performance Improvements + +* **debian:** use `bytes.Index` in `emptyLineSplit` to cut allocation ([#7065](https://github.com/aquasecurity/trivy/issues/7065)) ([acbec05](https://github.com/aquasecurity/trivy/commit/acbec053c985388a26d899e73b4b7f5a6d1fa210)) + ## [0.53.0](https://github.com/aquasecurity/trivy/compare/v0.52.0...v0.53.0) (2024-07-01)