Skip to content

Commit b72c0da

Browse files
committed
Release 1.0.17
1 parent 44ee1c2 commit b72c0da

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.0.17
2+
3+
* Updating p1_utils to version 1.0.26.
4+
15
# Version 1.0.16
26

37
* Always use enif_free to dealocate memory

rebar.config

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

2424
{port_specs, [{"priv/lib/mqtree.so", ["c_src/mqtree.c"]}]}.
2525

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

2828
{clean_files, ["c_src/mqtree.gcda", "c_src/mqtree.gcno"]}.
2929

src/mqtree.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{application, mqtree,
1919
[
2020
{description, "Index tree for MQTT topic filters"},
21-
{vsn, "1.0.16"},
21+
{vsn, "1.0.17"},
2222
{registered, []},
2323
{applications, [kernel, stdlib, p1_utils]},
2424
{env, []},

0 commit comments

Comments
 (0)