Skip to content

Commit 63a0f8b

Browse files
committed
Release 1.1.56
1 parent 38f0c52 commit 63a0f8b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

37
* Improve `make spec` when using Erlang 26+

rebar.config

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

39-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
39+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
4040

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

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.55"},
26+
{vsn, "1.1.56"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)