lessence 0.4.0

Extract the essence of your logs — compress repetitive lines while preserving all unique information
Documentation
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".": {
      "release-type": "rust",
      "include-component-in-tag": false,
      "bump-minor-pre-major": true,
      "bump-patch-for-minor-pre-major": false,
      "changelog-sections": [
        { "type": "feat", "section": "Features" },
        { "type": "fix", "section": "Bug Fixes" },
        { "type": "perf", "section": "Performance" },
        { "type": "revert", "section": "Reverts" },
        { "type": "docs", "section": "Documentation", "hidden": true },
        { "type": "chore", "section": "Miscellaneous", "hidden": true },
        { "type": "refactor", "section": "Code Refactoring", "hidden": true },
        { "type": "style", "section": "Styles", "hidden": true },
        { "type": "test", "section": "Tests", "hidden": true },
        { "type": "build", "section": "Build System", "hidden": true },
        { "type": "ci", "section": "CI", "hidden": true }
      ],
      "last-release-sha": "0bfda2a0377cf52eaa6ad7f09e795e6f6e67054e",
      "draft": true,
      "force-tag-creation": true,
      "pull-request-header": ":rocket: A new release is ready to publish",
      "pull-request-footer": "Merging creates a **draft** GitHub release. Review the release notes, add highlights if needed, then publish."
    }
  }
}