File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
= Release History
2
2
3
+ == 5.0.3 / 2024-03-11
4
+
5
+ * Update xmlStructuredErrorFunc to be backwards compatible
6
+
3
7
== 5.0.2 / 2024-01-08
4
8
5
9
* Fix broken DTD creation (DTD name is not required)
Original file line number Diff line number Diff line change 1
1
/* Don't nuke this block! It is used for automatically updating the
2
2
* versions below. VERSION = string formatting, VERNUM = numbered
3
3
* 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
6
6
#define RUBY_LIBXML_VER_MAJ 5
7
7
#define RUBY_LIBXML_VER_MIN 0
8
- #define RUBY_LIBXML_VER_MIC 2
8
+ #define RUBY_LIBXML_VER_MIC 3
9
9
#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments