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 0566367 commit 231f38dCopy full SHA for 231f38d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.3.7
2
+- feat: add metrics module
3
+
4
# 0.3.6
5
- chore: fix child_spec type
6
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
7
- version: "0.3.6",
+ version: "0.3.7",
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