File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= Release History
22
3+ == 5.0.2 / 2024-01-08
4+
5+ * Fix broken DTD creation (DTD name is not required)
6+
7+ == 5.0.1 / 2024-01-08
8+
9+ * Fix broken Document#io method that was broken by switching Parsers to use keyword arguments
10+
311== 5.0.0 / 2024-01-07
412
513* This release is major version bump because it removes access to global parser options
Original file line number Diff line number Diff line change 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.0 "
5- #define RUBY_LIBXML_VERNUM 500
4+ #define RUBY_LIBXML_VERSION "5.0.2 "
5+ #define RUBY_LIBXML_VERNUM 502
66#define RUBY_LIBXML_VER_MAJ 5
77#define RUBY_LIBXML_VER_MIN 0
8- #define RUBY_LIBXML_VER_MIC 0
8+ #define RUBY_LIBXML_VER_MIC 2
99#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments