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 e9eb5e2 commit ed18dd0Copy full SHA for ed18dd0
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.3.6
2
+- chore: fix child_spec type
3
+
4
# 0.3.5
5
- fix: Cache child spec for starting under a supervisor
6
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
7
- version: "0.3.5",
+ version: "0.3.6",
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