Skip to content

Commit ed41bb6

Browse files
committed
Version 5.0.3
1 parent 56b9642 commit ed41bb6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
= Release History
22

3+
== 5.0.3 / 2024-03-11
4+
5+
* Update xmlStructuredErrorFunc to be backwards compatible
6+
37
== 5.0.2 / 2024-01-08
48

59
* Fix broken DTD creation (DTD name is not required)

ext/libxml/ruby_xml_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Don't nuke this block! It is used for automatically updating the
22
* versions below. VERSION = string formatting, VERNUM = numbered
33
* version for inline testing: increment both or none at all.*/
4-
#define RUBY_LIBXML_VERSION "5.0.2"
5-
#define RUBY_LIBXML_VERNUM 502
4+
#define RUBY_LIBXML_VERSION "5.0.3"
5+
#define RUBY_LIBXML_VERNUM 503
66
#define RUBY_LIBXML_VER_MAJ 5
77
#define RUBY_LIBXML_VER_MIN 0
8-
#define RUBY_LIBXML_VER_MIC 2
8+
#define RUBY_LIBXML_VER_MIC 3
99
#define RUBY_LIBXML_VER_PATCH 0

0 commit comments

Comments
 (0)