Skip to content

Commit 2fc94e5

Browse files
committed
Release 1.1.60
1 parent 956000b commit 2fc94e5

2 files changed

Lines changed: 5 additions & 1 deletion

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.60
2+
3+
* Fix compilation warning on recent gcc
4+
15
# Version 1.1.59
26

37
* Add ability to limit number of elements in accepted stanzas

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

0 commit comments

Comments
 (0)