Skip to content

Commit 3b95606

Browse files
committed
chore: bump to 0.3.8
1 parent 6468694 commit 3b95606

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.8
2+
- feat: add functions for ets & dets caches
3+
14
# 0.3.7
25
- feat: add metrics module
36

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
44
def project do
55
[
66
app: :elixir_cache,
7-
version: "0.3.7",
7+
version: "0.3.8",
88
elixir: "~> 1.11",
99
start_permanent: Mix.env() == :prod,
1010
description: "Standardized and testable caching across your app. In test caches are isolated.",

0 commit comments

Comments
 (0)