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 2a123d4 commit f64f8eaCopy full SHA for f64f8ea
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.3.9
2
+- chore: add docs
3
+- fix: set fix
4
+
5
# 0.3.8
6
- feat: add functions for ets & dets caches
7
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
- version: "0.3.8",
+ version: "0.3.9",
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