chore: Release 7.5.0 - #200
Merged
Merged
Conversation
- Bump version 7.4.1 -> 7.5.0 in mix.exs - Promote Unreleased changelog section to 7.5.0 (#194, #197, #198) Minor bump: the release adds the mix hammer.install Igniter task and carries two TokenBucket ETS fixes, one of which changes the deny wait from a flat 1000ms to the real time-to-next-token. Co-Authored-By: Emmanuel Pinault <dev@pinault-family.us> Claude-Session: https://claude.ai/code/session_011dH6kRtZqUkVpoGo79CKYG
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cut the 7.5.0 minor release.
7.4.1→7.5.0inmix.exsUnreleasedchangelog section to## 7.5.0 - 2026-09-02Minor bump: the release contains a new feature (
mix hammer.installIgniter task, #194) with no breaking changes, plus twoTokenBucketETS fixes (#197, #198). The #198 entry is flagged as a behaviour change in the changelog since the deny wait is now the real time-to-next-token instead of a flat 1000ms.Test plan
mix compile --warnings-as-errorsmix test— 150 tests, 0 failuresmix format --check-formattedv7.5.0to trigger the hex publish workflow🤖 Generated with Claude Code by Emmanuel Pinault
https://claude.ai/code/session_011dH6kRtZqUkVpoGo79CKYG