Skip to content

Commit 3e2a3a9

Browse files
committed
Release 1.1.58
1 parent 8b75237 commit 3e2a3a9

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

3+
* Updating p1_utils to version 1.0.29.
34
* Fix new deprecation in R29
45
* Improve tests
56

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
3838
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
3939

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

4242
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
4343

src/fast_xml.app.src

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

2424
{application, fast_xml,
2525
[{description, "Fast Expat-based Erlang / Elixir XML parsing library"},
26-
{vsn, "1.1.57"},
26+
{vsn, "1.1.58"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)