Skip to content

Chore/changelog overhaul#72

Merged
sebveit merged 2 commits into
lucimber:mainfrom
sebveit:chore/changelog-overhaul
Jun 26, 2026
Merged

Chore/changelog overhaul#72
sebveit merged 2 commits into
lucimber:mainfrom
sebveit:chore/changelog-overhaul

Conversation

@sebveit

@sebveit sebveit commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Description

Brief description of what this PR does.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Refactoring (no functional changes)

Related Issue

none

Changes Made

  • Removed changelog bot
  • Revised changelog

Testing

  • Unit tests pass locally (./gradlew test)
  • Integration tests pass (./gradlew test --tests "*IntegrationTest")
  • New tests added for new functionality
  • All tests achieve 100% pass rate

Test Coverage

  • New code is covered by tests
  • Edge cases are tested
  • Error conditions are tested

Compatibility

  • Verified compatibility with Spring Security
  • Verified compatibility with Bouncy Castle
  • No breaking changes to public API

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added Javadoc for all public methods
  • I have updated the CHANGELOG.md if needed

Screenshots (if applicable)

Add screenshots here if UI/visual changes.

Additional Notes

Any additional information that reviewers should know.

sebveit added 2 commits June 25, 2026 18:50
update-changelog.yml ran on every merged PR and pushed a "docs: update CHANGELOG.md for PR #NN [skip ci]" commit, deriving the entry from the PR title and labels. In practice it produced low-value, mislabeled noise (e.g. routine dependency bumps filed under Breaking Changes) and cluttered the history. Remove it in favour of a hand-curated CHANGELOG.

Signed-off-by: Sebastian Veit <sebastian.veit@lucimber.com>
Replace the bot-generated [Unreleased] section (~33 individual Dependabot lines, with a CI action bump miscategorised as a breaking change) with a concise maintenance note: the library is zero-runtime-dependency, so those build/test/CI bumps are not user-facing. Fold the duplicated Features entries into Added/Security and correct the 1.0.0 release date from 2025-01-11 to 2025-09-11 to match the v1.0.0 tag.

Signed-off-by: Sebastian Veit <sebastian.veit@lucimber.com>
@github-actions github-actions Bot added area: ci/cd Continuous Integration/Deployment community-contribution Contribution from community member size: L Large PR (200-500 lines) status: needs-review Needs code review type: documentation Improvements or additions to documentation labels Jun 26, 2026
@sebveit
sebveit merged commit e7f5589 into lucimber:main Jun 26, 2026
11 checks passed
@sebveit sebveit removed the status: needs-review Needs code review label Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci/cd Continuous Integration/Deployment community-contribution Contribution from community member size: L Large PR (200-500 lines) type: documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant