Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent 44ee1c2 commit b72c0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.17

* Updating p1_utils to version 1.0.26.

# Version 1.0.16

* Always use enif_free to dealocate memory
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/mqtree.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{application, mqtree,
[
{description, "Index tree for MQTT topic filters"},
{vsn, "1.0.16"},
{vsn, "1.0.17"},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
{env, []},
Expand Down

0 comments on commit b72c0da

Please sign in to comment.