Skip to content

Commit 912ed4e

Browse files
committed
Version 5.0.6
1 parent 53404f7 commit 912ed4e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

HISTORY

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

ext/libxml/ruby_xml_version.h

Lines changed: 2 additions & 2 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.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

0 commit comments

Comments
 (0)