Skip to content

Commit f64f8ea

Browse files
committed
chore: bump to 0.3.9
1 parent 2a123d4 commit f64f8ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.9
2+
- chore: add docs
3+
- fix: set fix
4+
15
# 0.3.8
26
- feat: add functions for ets & dets caches
37

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.8",
7+
version: "0.3.9",
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)