Skip to content

Commit

Permalink
Release 1.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 28, 2020
1 parent 034119f commit 7fce39a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.1.43

* Updating p1_utils to version 1.0.20.

# Version 1.1.42

* Fix compilation with Erlang/OTP 23.0
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.19"}}}]}.
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.20"}}}]}.

{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.42"},
{vsn, "1.1.43"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
Expand Down

0 comments on commit 7fce39a

Please sign in to comment.