Skip to content

Commit

Permalink
release 7.0.0-rc.4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
epinault authored Jan 6, 2025
1 parent ecc888e commit 074b1c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.0-rc.4 - 2025-01-06

- Fix Token bucket to respect custom cost

## 7.0.0-rc.3 - 2024-12-18

- Fix regression to support other backends
Expand Down
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Hammer.MixProject do
use Mix.Project

@source_url "https://github.com/ExHammer/hammer"
@version "7.0.0-rc.3"
@version "7.0.0-rc.4"

def project do
[
Expand All @@ -28,6 +28,8 @@ defmodule Hammer.MixProject do
{:credo, "~> 1.7", only: [:dev, :test]},
{:ex_doc, "~> 0.34", only: :dev},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}

# Keeping to perform benchmark test as needed at times
# {:ex_rated, "~> 2.1", only: :bench},
# {:plug_attack, "~> 0.4.3", only: :bench},
# {:rate_limiter, "~> 0.4.0", only: :bench}
Expand Down

0 comments on commit 074b1c9

Please sign in to comment.