Skip to content

Commit

Permalink
fix other backend support (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
epinault authored Dec 18, 2024
1 parent 3d39974 commit f76908e
Show file tree
Hide file tree
Showing 3 changed files with 6 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.3 - 2024-12-18

- Fix regression to support other backends

## 7.0.0-rc.2 - 2024-12-17

- Fix type specs for ETS backends
Expand Down
1 change: 1 addition & 0 deletions lib/hammer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ defmodule Hammer do
case backend do
:ets -> Hammer.ETS
:atomic -> Hammer.Atomic
backend -> backend
end

@before_compile backend
Expand Down
2 changes: 1 addition & 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.2"
@version "7.0.0-rc.3"

def project do
[
Expand Down

0 comments on commit f76908e

Please sign in to comment.