Skip to content

Commit 3666e6f

Browse files
committed
Version 5.0.2
1 parent 2852b92 commit 3666e6f

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

HISTORY

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

ext/libxml/ruby_xml_version.h

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

0 commit comments

Comments
 (0)