Skip to content

Commit 9d7a51c

Browse files
committed
Release 1.0.33
1 parent 760c7a9 commit 9d7a51c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version 1.0.33
22

3+
* Updating p1_utils to version 1.0.28.
34
* Fix warnings reported by dialyzer
45

56
# Version 1.0.32

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{erl_opts, [{platform_define, "^(R|1|20|21|22)", 'USE_OLD_PG2'},
2424
debug_info]}.
2525

26-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
26+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
2727

2828
{port_specs, [{"priv/lib/ets_cache.so", ["c_src/ets_cache.c"]}]}.
2929
{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},

src/cache_tab.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, cache_tab,
2525
[{description, "In-memory cache Erlang / Elixir library"},
26-
{vsn, "1.0.32"},
26+
{vsn, "1.0.33"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)