From 0cef766c1bf731abbce69da2717e809f874efa3f Mon Sep 17 00:00:00 2001 From: "air-gapped-release-bot[bot]" <260298493+air-gapped-release-bot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:27:18 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c02254..2f78b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v0.1.0.html). +## [0.4.2](https://github.com/air-gapped/lessence/compare/v0.4.1...v0.4.2) (2026-05-03) + + +### Performance + +* cache kubernetes detector regexes in LazyLock ([9779568](https://github.com/air-gapped/lessence/commit/97795680b5332fbeed56324de7b1086f21a6ca5e)) +* use mimalloc as global allocator on musl ([88e4f04](https://github.com/air-gapped/lessence/commit/88e4f04e097d8f87218b1d80577290937e1d90d2)) + ## [0.4.1](https://github.com/air-gapped/lessence/compare/v0.4.0...v0.4.1) (2026-04-15) diff --git a/Cargo.lock b/Cargo.lock index 777bbf0..086e740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "lessence" -version = "0.4.1" +version = "0.4.2" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4622f70..89e611c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lessence" -version = "0.4.1" +version = "0.4.2" edition = "2024" rust-version = "1.90" description = "Extract the essence of your logs — compress repetitive lines while preserving all unique information"