Skip to content

Commit 251a99a

Browse files
committed
Release 1.0.19
1 parent 04e60e4 commit 251a99a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

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

3+
* Updating p1_utils to version 1.0.28.
34
* Update CI containers
45

56
# Version 1.0.18

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.27"}}}]}.
26+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
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.18"},
21+
{vsn, "1.0.19"},
2222
{registered, []},
2323
{applications, [kernel, stdlib, p1_utils]},
2424
{env, []},

0 commit comments

Comments
 (0)