Skip to content

Commit 4f756ba

Browse files
committed
Release 1.0.16
1 parent a0073ca commit 4f756ba

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.16
22

3+
* Updating p1_utils to version 1.0.29.
34
* Fix new deprecation in R29
45
* Add documentation to hex package
56

rebar.config

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

2929
{port_specs, [{"priv/lib/ezlib.so", ["c_src/ezlib.c"]}]}.
3030

31-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
31+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.29"}}}]}.
3232

3333
{clean_files, ["c_src/ezlib.gcda", "c_src/ezlib.gcno"]}.
3434

src/ezlib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%%%----------------------------------------------------------------------
2323
{application, ezlib,
2424
[{description, "Native zlib driver for Erlang / Elixir"},
25-
{vsn, "1.0.15"},
25+
{vsn, "1.0.16"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)