We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b9642 commit ed41bb6Copy full SHA for ed41bb6
2 files changed
HISTORY
@@ -1,5 +1,9 @@
1
= Release History
2
3
+== 5.0.3 / 2024-03-11
4
+
5
+* Update xmlStructuredErrorFunc to be backwards compatible
6
7
== 5.0.2 / 2024-01-08
8
9
* Fix broken DTD creation (DTD name is not required)
ext/libxml/ruby_xml_version.h
@@ -1,9 +1,9 @@
/* Don't nuke this block! It is used for automatically updating the
* versions below. VERSION = string formatting, VERNUM = numbered
* version for inline testing: increment both or none at all.*/
-#define RUBY_LIBXML_VERSION "5.0.2"
-#define RUBY_LIBXML_VERNUM 502
+#define RUBY_LIBXML_VERSION "5.0.3"
+#define RUBY_LIBXML_VERNUM 503
#define RUBY_LIBXML_VER_MAJ 5
#define RUBY_LIBXML_VER_MIN 0
-#define RUBY_LIBXML_VER_MIC 2
+#define RUBY_LIBXML_VER_MIC 3
#define RUBY_LIBXML_VER_PATCH 0
0 commit comments