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.6 / 2026-04-03
4+ * Test fix - Make the memory leak test threshold more generous to avoid false positives
5+ * Test fix - Call get_handler on Error class instead of module
6+ * Fix XML::Writer.string buffer leak
7+ * Update assertion to comply with minitest deprecations
8+ * Allow libdir to match Rubies with double digit patch numbers
9+
310== 5.0.5 / 2025-07-30
411* Try to fix broken documentation link in Ruby Gems website
512* Update history file
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.5 "
4+ #define RUBY_LIBXML_VERSION "5.0.6 "
55#define RUBY_LIBXML_VERNUM 505
66#define RUBY_LIBXML_VER_MAJ 5
77#define RUBY_LIBXML_VER_MIN 0
8- #define RUBY_LIBXML_VER_MIC 5
8+ #define RUBY_LIBXML_VER_MIC 6
99#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments