We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468694 commit 3b95606Copy full SHA for 3b95606
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.3.8
2
+- feat: add functions for ets & dets caches
3
+
4
# 0.3.7
5
- feat: add metrics module
6
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
7
- version: "0.3.7",
+ version: "0.3.8",
8
elixir: "~> 1.11",
9
start_permanent: Mix.env() == :prod,
10
description: "Standardized and testable caching across your app. In test caches are isolated.",
0 commit comments