Skip to content

Commit 00f5b4c

Browse files
committed
Release 1.1.57
1 parent 5a6d628 commit 00f5b4c

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

3+
* Updating p1_utils to version 1.0.28.
34
* Fix compatibility with Erlang 28
45

56
# Version 1.1.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.26"}}}]}.
40+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.28"}}}]}.
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.56"},
26+
{vsn, "1.1.57"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)