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 f72669b commit 46dee00Copy full SHA for 46dee00
.tool-versions
@@ -1,2 +1,2 @@
1
elixir 1.18.4-otp-28
2
-erlang 28.1.1
+erlang 28.0.2
CHANGELOG.md
@@ -1,4 +1,7 @@
-# 0.3.10
+# 0.3.12
+- chore: fix warnings
3
+
4
+# 0.3.11
5
- fix: redis
6
7
# 0.3.10
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
- version: "0.3.11",
+ version: "0.3.12",
8
elixir: "~> 1.11",
9
start_permanent: Mix.env() == :prod,
10
description:
0 commit comments