From 020f70bb50bf49e604d0525bda7d1b4e01483528 Mon Sep 17 00:00:00 2001 From: epinault Date: Tue, 19 May 2026 11:54:19 -0700 Subject: [PATCH] chore: Release 7.4.0 - Bump version to 7.4.0 - Promote Unreleased changelog section to 7.4.0 (#181) --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a3283..667f4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 7.4.0 - 2026-05-19 - Add `:fix_window_per_key` algorithm for ETS and Atomic backends — a fixed-window variant whose window is anchored to first hit per key instead of a globally-aligned wall-clock epoch. Same one-entry-per-key memory profile as `:fix_window`. The 2x boundary burst is still possible per key, but boundaries are no longer globally synchronized. (#181) diff --git a/mix.exs b/mix.exs index f77a85b..128ee47 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Hammer.MixProject do use Mix.Project @source_url "https://github.com/ExHammer/hammer" - @version "7.3.0" + @version "7.4.0" def project do [