Skip to content

Commit

Permalink
Release 1.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent 8923cda commit 256f029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version 1.1.52

* Updating p1_utils to version 1.0.26.
* Fix issues on OTP27
* Make compatible with expat 2.6

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.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/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.

Expand Down
2 changes: 1 addition & 1 deletion src/fast_xml.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{application, fast_xml,
[{description, "Fast Expat-based Erlang / Elixir XML parsing library"},
{vsn, "1.1.51"},
{vsn, "1.1.52"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
Expand Down

0 comments on commit 256f029

Please sign in to comment.