Skip to content

Commit

Permalink
chore: bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Mar 8, 2024
1 parent 4418f0b commit c92b310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.3
- use adapter options to allow for runtime options
- update sandbox hash_set_many behaviour to be consistent
- ensure dets does a mkdir_p at startup incase directory doesn't exist

# 0.3.2
- Update nimble options to 1.x

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
version: "0.3.2",
version: "0.3.3",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: "Standardized and testable caching across your app. In test caches are isolated.",
Expand Down

0 comments on commit c92b310

Please sign in to comment.